/* Custom Block: Testimonial Block */
.wp-block-testimonial_slider {
    overflow-y: hidden;
}
.testimonial_slider_slide {
    padding: 0 250px;
    box-sizing: content-box;
    text-align: center;
}
.wp-block-testimonial_slider .slick-list div {
    height: auto;
}

/*============ Screen sizes up to 992px ============*/
@media screen and (max-width:992px) {
    body .testimonial_slider_slide {
        padding: 0 150px;
    }
}

/*============ Screen sizes up to 768px ============*/
@media screen and (max-width:768px) {
    body .testimonial_slider_slide {
        padding: 0 30px;
    }
}