.testimonial_section {
    padding-top: 120px;
    padding-bottom: 77px;
    background-image: url('../../images/testimonials/bg-img.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial_text {
    font-family: var(--ff-family);
    font-style: italic;
    color: #656565;
    font-size: 21px;
    line-height: 33px;
}

.testimonial_author {
    margin-top: 50px;
}

.testimonial_author_text {
    font-family: var(--ff-family);
    font-weight: var(--fw-500);
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.testimonial_author span {
    font-family: var(--ff-family);
    font-weight: var(--fw-400);
    font-size: 18px;
    color: #656565;
}