.tc-testimonial {
    background-color: #ffffff;
    padding: 96px 0;
}

.tc-testimonial__quote {
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 600;
    line-height: 1.4;
    color: var(--text-primary);
    text-align: center;
    max-width: 1025px;
    margin: 0 auto !important;
    letter-spacing: -0.01em;
}

.tc-testimonial__author {
    display: block;
    text-align: center;
    margin-top: 24px !important;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-secondary);
}

@media (max-width: 767.98px) {
    .tc-testimonial {
        padding: 56px 0;
    }
}
