.custom-testimonial-slider {
    overflow: hidden;
}
.custom-testimonial-slider .testimonial-photo {
    border-radius: 50%;
    overflow: hidden;
    max-width: 100px;
    width: 100px;
    height: 100px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto;

    border: 3px solid #fff;
}
.custom-testimonial-slider .testimonial-content {
    background-color: #fff;
    border-radius: 20px;
    padding: 32px;
    text-align: center;
}
.custom-testimonial-slider .testimonial-content p {
    font-family: 'Helvetica';
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;

    color: #212121;
}

.custom-testimonial-slider .testimonial-content .testimonial-author {
    font-family: 'Quicksand';
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;

    color: #212121;
}


.testimonial-rating {
    margin-top: 15px;
    margin-bottom: 10px;
}

.testimonial-rating .star {
    color: #ffc107;
    font-size: 20px;
}

.testimonial-rating .star.filled {
    color: #ffc107;
}

.testimonial-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 10px 0 20px;
}

.testimonial-author {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 15px;
}

.custom-testimonial-slider .swiper-button-next, .custom-testimonial-slider .swiper-rtl .swiper-button-prev {
    right: -30px;
}
.custom-testimonial-slider .swiper-button-prev, .custom-testimonial-slider .swiper-rtl .swiper-button-next {
    left: -30px;
}
@media screen and (max-width: 1199px) {
    .custom-testimonial-slider .swiper-button-next, .custom-testimonial-slider .swiper-rtl .swiper-button-prev {
        right: 0;
    }

    .custom-testimonial-slider .swiper-button-prev, .custom-testimonial-slider .swiper-rtl .swiper-button-next {
        left: 0;
    }
}
@media (max-width: 768px) {
    .testimonial-slide {
        /*max-width: 300px;*/
    }

    .testimonial-content p {
        font-size: 13px;
    }

/*     .custom-grid-products .product-image-wrap .image-wrap img {
        min-height: 140px;
    } */
}
