.testimonial-slider-section {
    padding: 90px 0;
}

.testimonial-slider-section.red-bg .testimonial-slider .slick-arrow:before,
.testimonial-slider-section.green-bg .testimonial-slider .slick-arrow:before,
.testimonial-slider-section.blue-bg .testimonial-slider .slick-arrow:before {
    color: var(--white);
}

.testimonial-item {
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
}

.testimonial-description {
    max-width: 722px;
    margin: 0 auto;
    width: 100%;
}

.testimonial-slider h3 {
    font-weight: 500;
    text-transform: unset;
    margin: 0;
}

.testimonial-slider p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
}

.author-name {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    padding-top: 20px;
}

.author-designation {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    padding-top: 12px;
    opacity: 0.7;
}

.testimonial-slider .slick-arrow:before {
    color: #000000;
    font-size: 15px;
}

.testimonial-slider .slick-arrow {
    background: transparent;
    box-shadow: none;
}

.testimonial-slider .slick-prev {
    left: 0;
}

.testimonial-slider .slick-next {
    right: 0;
}

.testimonial-slider .slick-next:before {
    content: '\f054';
    font-family: 'FontAwesome';
}

.testimonial-slider .slick-prev:before {
    content: '\f053';
    font-family: 'FontAwesome';
}

.header-mb-74 {
    margin-bottom: 74px;
}

.testimonial-rating {
    text-align: center;
    margin-bottom: 15px;
}

.testimonial-rating .star {
    font-size: 22px;
    color: #FFC107;
}

@media (min-width: 1200px) {
    .testimonial-slider h3 {
        font-size: 26px;
        line-height: 39px;
    }
}

@media (max-width: 1199px) {
    .testimonial-slider p {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 991px) {
    .testimonial-slider-section {
        padding: 60px 0;
    }
    .testimonial-slider h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .testimonial-slider-section {
        padding: 50px 0;
    }
    .testimonial-slider h3 {
        font-size: 20px;
    }
    .testimonial-slider p {
        font-size: 16px;
        line-height: 24px;
    }
    .header-mb-74 {
        margin-bottom: 30px;
    }
    .testimonial-description {
        max-width: 100%;
    }
    .testimonial-item {
        padding: 0 40px;
    }
}