.headline-subheadline-component{
    display: flex;
    flex-direction: column;
    /*gap: var(--Spacing-Stytem-spacing-xs);*/
    margin-bottom: 0px !important;
}

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

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

.headline-subheadline-component > p.overline{
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    color: var(--kf-red) !important;
    font-weight: 700 !important;
}

.headline-subheadline-component > p.overline.white{
    color: var(--kf-white) !important;
}

.headline-subheadline-component h1 + p,.headline-subheadline-component h2 + p{
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.headline-subheadline-component h1 + a,.headline-subheadline-component h1 + p + a,.headline-subheadline-component h2 + a,.headline-subheadline-component h2 + p + a{
    margin-top: 25px !important;
}

@media (min-width: 690px){
    
}

@media (min-width: 1000px){

}