

.hc-section {
    margin-top: 40px;
}

.hc-section__title {
    margin-bottom: 10px;
    font-size: var(--text-sm);
    font-weight: var(--weight-md);
    color: var(--color-lb3);
}

.hc-section__subtitle {
    max-width: 760px;
    margin-bottom: 20px;
    color: var(--color-lb1);
    font-size: var(--text-sm);
    font-weight: var(--weight-sm); 
}

.hc-section h2 {
    margin-bottom: 16px;
}

.hc-section__body {
    font-size: var(--text-xs);
    font-weight: var(--weight-sm); 
    line-height: 1.7;
}





