.testimonials-slider{background-color:#f5f5f5;padding:50px 0}
.testimonials-slider__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:30px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px 0}
.testimonials-slider__header .section-headings{margin-bottom:0}
.testimonials-slider__header .splide__arrows{position:relative;top:0;width:150px;height:60px;-webkit-transform:none;transform:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}
.testimonials-slider__header .splide__arrows .splide__arrow{position:relative;left:0;top:0}
.testimonials-slider__header .splide__arrows .splide__arrow--next{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.testimonials-slider__item{max-width:570px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;padding:30px;background-color:#fff;border-radius:20px}
.testimonials-slider__item blockquote{padding:0;font-size:1.375rem;line-height:2rem;font-weight:500;color:#193175}
.testimonials-slider__item blockquote:before{content:none}
.testimonials-slider__item blockquote svg{display:none}
.testimonials-slider__item p{color:#fa533a;margin-bottom:0}
@media(min-width:768px){.testimonials-slider__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
.testimonials-slider__header .splide__arrows{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
}