
.section-testimonial img{
    height: 496px !important;
    transform: none !important;
    width: 52% !important;
}
@media (max-width: 1150px){
    .section-testimonial img {
        width: 45% !important;
      }
}
@media (max-width: 991px){
    .section-testimonial img,
    .slider-testimonial__images-container {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 30px;
      }
}
@media (max-width: 767px){
    .section-testimonial img,
    .slider-testimonial__images-container {
        height: 375px !important;
    }
}