#c23 + div p,
#c21 + div strong {
    font-size: 11pt;
}
 
@media(min-width:1200px) {
    #header-vater .jumbo-paragraph ,
    #header-vater .jumbo-heading {
        font-size: 72px !important;
    }
}

@media(max-width:1199px) { 
    #header-vater .jumbo-heading {
        font-size: 54px !important;
    }
    #header-vater .jumbo-paragraph {
        font-size: 54px !important;
    }

}

@media(max-width:992px) { 
    #header-vater .jumbo-heading {
        font-size: 42px !important;
    }
    #header-vater .jumbo-paragraph {
        font-size: 42px !important;
    }
}

@media(max-width:768px) { 
    #header-vater .jumbo-heading { 
        font-size: 28px !important;
        margin-bottom: 2px !important;
    }
    #header-vater .jumbo-paragraph {
        font-size: 28px !important;
        margin-top: 2px !important;
    }
}