

@media (max-width:399px) {
    .sarmila-testimonial-section-mixed-heading h3 {
        font-size: var(--heading399);
        letter-spacing: 1px;
    }

   .sarmila-testimonial-section-divider{
        width: 150px;
    }

    .sarmila-testimonial-section-diamond {
        font-size: 14px;
        margin: 0 7px;
    }

    .sarmila-testimonial-section-main-title {
        font-size: var(--sub-heading399);
    }

    .sarmila-testimonial-section-description {
        font-size: var(--sub-paragraph399);
    }
}
@media (max-width: 380px) {

    .sarmila-testimonial-section {
        padding: 22px 6px;
    }

    .slide-testimonial {
        padding: 50px 3px 0px;
    }

    .testimonial-card {
        height: 290px;
        min-height: 290px;
        padding: 22px 14px 17px;
    }

    .client-img {
        width: 80px;
        height: 80px;

        top: -30px;

        border-width: 4px;
    }
    .testimonial-card h3 {
        font-size: 19px;
    }

    .designation {
        font-size: 13px;
    }

    .review {
        font-size: 13.5px;
        line-height: 1.6;
    }

    .stars {
        font-size: 17px;
    }
}

@media (max-width: 340px) {
    .testimonial-card {
       height: 300px;
        min-height: 300px;
        padding: 21px 11px 15px;
    }
    .designation {
        font-size: 12px;
        margin-bottom: 14px;
    }
    .stars {
        font-size: 15px;
    }
}