.testimonial-featured {
    padding: 80px 0;
    margin-bottom: 80px;
}

.testimonial-featured .container {}

.testimonial-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 45px;
    padding: 0 233px;
}

.company-logo {
    width: 150px;
    height: auto;
}

.testimonial-quote {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
}

.company-name {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    opacity: .4;
}

@media (max-width: 968px) {
    .testimonial-featured {
        padding: 40px 0;
    }

    .testimonial-content {
        padding: 0;
    }

    .testimonial-quote {
        font-size: 36px;
    }

    .company-name {
        font-size: 16px;
    }

}