.mr-image {
    border-radius: 1rem!important;
}

@media (max-width:767px) {
    .mr-image {
        border-radius: 0.5rem!important;
    }
}

.img-content {
    width: 25%!important;
    flex-direction: column;
}
@media (max-width:1120px) {
    .img-content {
        width: 25%!important;
    }
}
@media (max-width:991px) {
    .img-content {
        width: 25%!important;
    }
}
@media (max-width:767px) {
    .img-content {
        width: 33%!important;
    }
}
@media (max-width:479px) {
    .img-content {
        width: 33%!important;
    }
}
.w-img-promotion {
    width: 33%!important;
}
@media (max-width:479px) {
    .w-img-promotion {
        width: 50%!important;
    }
}


