.ca-section-header {
    margin-bottom: var(--sp-6);
}

.ca-section-header__title {
    font-family: 'Newsreader', Georgia, serif;
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 600;
    color: var(--text);
    line-height: 1.2;
    margin-bottom: var(--sp-3);
}

.ca-section-header__lead {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.65;
    max-width: 62ch;
}