.reviews__intro {
    padding: 0 1.2rem;
    margin-bottom: 1.25rem;
}

.reviews__intro-title {
    color: #e9eaee;
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
}

.reviews__intro-text {
    color: var(--sp-card-text-color);
    font-size: 1rem;
    line-height: 1.6;
    max-width: 120ch;
    margin-bottom: 0;
}

@media screen and (max-width: 575.98px) {
    .reviews__intro {
        margin-bottom: 1rem;
    }

    .reviews__intro-title {
        font-size: 1.35rem;
        margin-bottom: 0.5rem;
    }

    .reviews__intro-text {
        font-size: 0.9375rem;
        line-height: 1.55;
    }
}
