/* Reviews Slider — neutral base. Section background / card colours come from the
 * consuming theme/skin; this only centers the card and sizes the photo. The
 * slider mechanics + base layout are provided by Betheme's testimonials CSS
 * (.testimonials_slider.single-photo) which auto-inits slick on
 * .testimonials_slider_ul. */

.reviews-photo-section .reviews-photo-card {
    max-width: 720px;
    margin: 0 auto;
}

.reviews-photo-section .single-photo-img img {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    object-fit: cover;
}

.reviews-photo-section blockquote {
    font-size: 16px;
    line-height: 1.6;
}
