.cb-section-header {
    text-align: center;
    max-width: 720px;
    margin: 4.5rem auto 2.5rem;
}

.cb-section-eyebrow {
    display: inline-block;
    margin-bottom: .75rem;
    color: var(--bs-primary, #fca844);
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cb-section-headline {
    margin: 0;
    text-wrap: balance;
}

.cb-section-sub {
    margin: 1rem auto 0;
    max-width: 580px;
    font-size: 1.0625rem;
    line-height: 1.6;
    color: var(--ad-text-secondary, #9c9c9d);
}

@media (max-width: 767.98px) {
    .cb-section-header {
        margin-top: 3rem;
    }
}
