.testimonialsSlider {
    padding: 100px 0 50px;
    background: #9B2E76;
    position: relative;
}
.testimonialsSlider .wave {
    position: absolute;
    top: 0;
    left: 0;
    height: 56px;
    width: 100%;
    object-fit: cover;
}
.testimonialsSlider .header {
    margin-bottom: 50px;
}
.testimonialsSlider .header h2 {
    color: #FFF;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
}
.testimonialsSlider .header p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.4px;
}
.testimonialsSlider .slick-slide {
    margin: 0 10px;
}
.testimonialsSlider .inner {
    display: flex!important;
    background: #fff;
    align-items: center;
    padding: 50px;
    border-radius: 20px;
}
@media (max-width: 767px) {
    .testimonialsSlider .inner {
        flex-direction: column;
        padding: 20px;
    }
}
.testimonialsSlider .inner .left {
    min-width: 185px;
}
.testimonialsSlider .inner .right {
    padding-left: 50px;
}
@media (max-width: 767px) {
    .testimonialsSlider .inner .right {
        padding: 0;
    }
}
.testimonialsSlider .inner .right p {
    color: #333;
    font-family: Inter;
    font-size: 19px;
    font-weight: 300;
    line-height: 29px;
}
.testimonialsSlider .inner .right p strong {
    color: #F9623F;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.testimonialsSlider .inner .right img:last-of-type {
    margin-left: auto;
    display: block;
    margin-top: -70px;
}
