.testimonial-carousel-section{
    margin:0;
    padding:100px 0;
    background:#F3F5F5;

    .testimonial-content{
        margin-bottom: 8px;
    }
    .testimonial-heading{
        margin-bottom: 24px;
        display: flex;
        gap:8px;
    .review-stars{
        display:flex;
    }
    }
    
    .testimonial-container{
        padding-right: 20px;
    }
    .testimonial-review-logo{
        margin-bottom:36px;
    }
    .slick-dots li{
    margin:0;
    }
}