:root {
    --header-full-width-main-gap: 32px;
}

.header-title-wide {
    margin-bottom: var(--header-full-width-main-gap);
}

.header-title-wide-text-content {
    position: absolute;
}

.header-title-wide-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 68px;
}

.header-title-wide-subtitle {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 24px 200px 0;
}

@media (max-width: 768px) {
    .header-title-wide {
        margin-bottom: 20px;
    }

    .header-title-wide-heading {
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
    }

    .header-title-wide-subtitle {
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 0 16px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .header-title-wide-heading {
        font-size: 40px;
        font-weight: 700;
        line-height: 46px;
    }

    .header-title-wide-subtitle {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 24px 16px 0;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .header-title-wide-subtitle {
        padding: 24px 100px 0;
    }
}
