section {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}

section h2 {
    font-size: 34px;
    color: var(--color-primary);
    margin-bottom: 16px;
}

section h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--color-accent);
    margin: 12px auto 0;
}

.section-subtitle {
    max-width: 600px;
    margin: 0 auto 40px;
    color: var(--color-text-muted);
    font-size: 16px;
    line-height: 1.7;
}