.section-padding {
    padding: clamp(32px, 20px + 4vw, 60px) 0;
    position: relative;
}

.section-header {
    margin-bottom: 60px;
    text-align: center;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.section-header .sub-title {
    color: var(--primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(6, 80, 143, 0.12);
    border: 1px solid rgba(6, 80, 143, 0.22);
}

.section-header h2 {
    font-size: 48px;
    margin-bottom: 16px;
    letter-spacing: -1px;
    line-height: 1.12;
}

.section-header h2 span {
    color: var(--primary);
}

.section-header p {
    color: #667085;
    max-width: 820px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.75;
}

@media (max-width: 1199.98px) {
    .section-header h2 {
        font-size: 42px;
    }
}

@media (max-width: 991.98px) {
    .section-header h2 {
        font-size: 36px;
    }

    .section-header p {
        font-size: 15px;
    }
}

@media (max-width: 767.98px) {
    .section-header {
        margin-bottom: 45px;
    }

    .section-header h2 {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .section-header .sub-title {
        font-size: 12px;
        padding: 6px 12px;
    }

    .section-header p {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 575.98px) {
    .section-header {
        margin-bottom: 35px;
    }

    .section-header h2 {
        font-size: 26px;
    }

    .section-header p {
        font-size: 14px;
    }
}

@media (max-width: 479.98px) {
    .section-header h2 {
        font-size: 24px;
    }
}
