.headline-subheadline-component{
    display: flex;
    flex-direction: column;
    gap: var(--Spacing-Extra-for-headline);
}

.headline-subheadline-component h1{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.headline-subheadline-component h2{
    font-size: 2.125rem !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.headline-subheadline-component > p{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    letter-spacing: 0.8px;
}

.headline-subheadline-component h1 + a{
    margin-top: 12px !important;
}

@media (min-width: 690px){
    .headline-subheadline-component h1 + a{
        margin-top: 20px !important;
    }
    .headline-subheadline-component h2{
        font-size: 2.375rem !important;
    }
}

@media (min-width: 1000px){
    .headline-subheadline-component h1 + a{
        margin-top: 28px !important;
    }
    .headline-subheadline-component h2{
        font-size: 3rem !important;
    }
}