.section-header {
    margin-bottom: 2rem;
}

.section-eyebrow {
    font-size: .7rem;
    font-weight: 500;
    color: var(--accent);
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 .5rem;
}

.section-title {
    color: var(--text-main);
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1.2;
    margin: 0 0 .5rem;
}

.section-desc {
    color: var(--text-dim);
    font-size: .9rem;
    max-width: 60ch;
    margin: 0;
}
