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

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

.img-content {
    width: 25%!important;
}

@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: 50%!important;
    }
}

.mw-1150 {
    max-width: 1150px!important;
}

.mw-1280 {
    max-width: 1280px!important;
}