/* Section */
.testimonial-section {
    background: linear-gradient(
        to bottom,
        #ebf4ff 0%,
        #fff8e3 91%,
        #fff8e3 100%
    );
}
.testimonial-section__intro-content {
    padding-bottom: 40px;
}

/* Slider */
.testimonial-slider {
}

.testimonial-slider__slides .slick-slide {
    vertical-align: top;
}

.testimonial-slider__slide {
    padding: 0 32px;
}

.testimonial-slider__arrows {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}

.testimonial-slider__arrows .slick-arrow {
    position: static;
    -webkit-transform: none;
    transform: none;
}

.testimonial-slider__arrows .slick-prev {
    margin-left: 0;
}

.testimonial-slider__arrows .slick-next {
    margin-right: 0;
}

/* Testimonial */
.testimonial {
    text-align: center;
}

.testimonial__name {
    padding-bottom: 10px;
}

.testimonial__position {
    font-size: 20px;
}

.testimonial__excerpt {
}
