/*=====>=====>=====>*** Testimonials Section CSS Start Here ***<=====<=====<=====*/
.testimonials-row {
    --col-gap: 0px;
}

.testimonials-row .testimonials-item {
    padding: clamp(30px, 3.45vw, 58px) clamp(15px, 2.05vw, 40px);
    align-content: flex-start;
}

.testimonials-item>img {
    max-width: 55px;
}

.testimonials-item .client-name-and-designation {
    padding-top: calc(var(--henshaw-spacing-24) + 1px);
}

@media (max-width: 991px) {
    .testimonials-row .testimonials-item:nth-child(even) {
        background-color: var(--henshaw-white);
    }

    .testimonials-row .testimonials-item:nth-child(4n + 1) {
        background-color: var(--henshaw-secondary-light);
    }

    .testimonials-row .testimonials-item:nth-child(4n + 3) {
        background-color: var(--henshaw-primary-light);
    }
}

/*=====>=====>=====>*** Testimonials Section CSS Close Here ***<=====<=====<=====*/