.header-1 h4.h2style {
    margin-bottom: 30px;
}
.header-1 p:last-of-type {
    max-width: 80%;
    margin: 0 auto;
}
.header-1:has(+ .anchor-tags) {
    margin-bottom: 25px;
}
.header-1:has(+ .tab-buttons) {
    margin-bottom: 25px;
}
.header-1:has(+ .cta-new) .container {
    padding-bottom: 60px;
}
@media(max-width: 1199.98px) {
    .header-1:has(+ .cta-new) .container {
        padding-bottom: 30px;
    }
}
@media(max-width: 767.98px){
    .header-1 h5 {
        max-width: 100%;
    }
    .header-1:has(+ .anchor-tags) {
        margin-bottom: 15px;
    }
    .header-1:has(+ .tab-buttons) {
        margin-bottom: 15px;
    }
}