.testimonials-section{
    padding:78px 0 30px;
    background:#fff;
}

.testimonials-shell{
    background:linear-gradient(135deg,#ffffff,#f8fbff);
    border:1px solid #e5edf8;
    border-radius:28px;
    padding:44px 48px;
    box-shadow:0 18px 42px rgba(15,23,42,.06);
}

.testimonials-copy{
    max-width:820px;
}

.testimonials-copy h2{
    font-size:clamp(1.7rem,2.6vw,2.25rem);
    line-height:1.12;
    margin-bottom:24px;
}

.testimonials-copy h2 span{
    color:#356dff;
}

.testimonials-copy blockquote{
    font-size:1.08rem;
    line-height:1.75;
    color:#294166;
    margin:0 0 16px;
}

.testimonials-copy cite{
    color:#7687a4;
    font-style:normal;
    font-weight:700;
}

@media(max-width:576px){
    .testimonials-shell{
        padding:30px 24px;
    }
}
