.testimonials-section {
    padding: 90px 0;
}
.testimonials-section .title-section {
    text-align: center;
    margin-bottom: 60px;
}
.testimonials-row {
    display: flex;
}

.testimonials-slide {
    padding: 0 8px;
}

.testimonials-box {
    border-radius: 8.194px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(25deg, rgba(0, 0, 0, 0.00) 50.63%, #FF3FB9 200.53%), rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2.182495355606079px);
    padding: 40px 50px;
    height: 100%;
}

.testimonials-box span {
    width: 50.195px;
    height: 37.012px;
    display: inline-block;
    margin-bottom: 28px;
    background-image: url(../images/quotes.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.testimonials-box h6 {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 13.2px;
    text-align: right;
    margin-top: 30px;
}
.testimonials-box p {
    font-size: 13px;
    line-height: 15.6px;
}
@media only screen and (max-width:991px){
    .testimonials-section .title-section {
        margin-bottom: 40px;
    }
    .testimonials-section {
        padding: 60px 0;
    }
}

@media only screen and (max-width:767px){
    .testimonials-section {
        padding: 40px 0;
    }
    .testimonials-section .title-section {
        margin-bottom: 20px;
    }
    .testimonials-box {
        padding: 20px 15px;
    }
    .testimonials-box span {
        width: 40.195px;
        height: 27.012px;
        margin-bottom: 10px;
    }
}