<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-header {
    padding: 2rem 0;
}

.section-header__title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.section-header__subtitle {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #666;
}

.section-header.text-center {
    text-align: center;
}

.section-header.text-right {
    text-align: right;
}

.section-header.indent-block {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (max-width: 768px) {
    .section-header {
        padding: 1.5rem 0;
    }

    .section-header__title {
        font-size: 2rem;
    }

    .section-header__subtitle {
        font-size: 1.125rem;
    }

    .section-header.indent-block {
        padding-left: 1rem;
        padding-right: 1rem;
    }
} </pre></body></html>