
.hc-hero {
    margin-bottom: 40px;
}

.hc-hero__kicker {
    margin-bottom: 12px;
    font-size: var(--text-sm);
    font-weight: var(--weight-sm); 
    color: var(--color-non-focus);
}

.hc-hero h1 {
    margin-bottom: 16px;
}

.hc-hero__description {
    margin-top: 18px;
    max-width: 760px;
    font-size: var(--text-xs);
    font-weight: var(--weight-sm); 
    line-height: 1.7;
    color: var(--color-non-focus);
}


