.testimonials {
    background: #EDEDE8;
}
.testimonials .container-fluid {
    padding: 0;
    overflow: hidden;
}
.testimonials .content {
    padding: 150px 200px;
}
@media (max-width: 1500px) {
    .testimonials .content {
        padding: 150px 50px;
    }
}
@media (max-width: 1200px) {
    .testimonials .content {
        padding: 50px;
    }
}
@media (max-width: 576px) {
    .testimonials .content {
        padding: 50px 15px;
    }
}
.testimonials .content h2 {
    color: #1E293B;
    font-family: "EB Garamond";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.testimonials .content p {
    color: #1E293B;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.testimonials .content p strong {
    color: #1B421C;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.testimonials .click{
    margin-top: 50px;
}
.testimonials .wrap {
    background: #F9F9F9;
    height: 100%;
    padding: 50px 100px;
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .testimonials .wrap {
        padding: 50px;
    }
}
@media (max-width: 576px) {
    .testimonials .wrap {
        padding: 50px 15px;
    }
}
.testimonials .wrap .wrap2 {
    width: 100%;
}
.testimonials .wrap img {
    margin: 0 auto 50px;
    display: block;
}
.testimonials .wrap .text p {
    color: #1E293B;
    text-align: center;
    font-family: "EB Garamond";
    font-size: 21px;
    font-style: italic;
    font-weight: 400;
    line-height: 32px;
}
.testimonials .wrap .name {
    color: #1B421C;
    text-align: center;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 420;
    line-height: normal;
}
.testimonials .wrap .job {
    color: #1E293B;
    text-align: center;
    font-family: "EB Garamond";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
