.testimonials {
    background: #211448;
    padding: 50px 0;
}
.testimonials .header {
    margin-bottom: 50px;
}
.testimonials .header h2 {
    color: #FFF;
    text-align: center;
    font-family: "Domine";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
}
.testimonials .wrap img {
    margin: 0 auto 20px;
    display: block;
}
.testimonials .wrap .content p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
}
.testimonials .wrap .content .name {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
