@media only screen and (max-width: 1360px) {
    .img4 {
        height: 290px !important;
    }
}

@media only screen and (max-width: 1224px) {
    .img4 {
        height: 310px !important;
    }
    .img1 {
        height: 290px !important;
    }
    .img2 {
        height: 270px !important;
    }
    .img3 {
        height: 310px !important;
    }
}