@media (max-width:770px) {
    h1 {
        font-size: 3em;
    }

    h2 {
        font-size: 2em;
    }

    h4 {
        font-size: 1.5em;
    }



}

@media (max-width:320px) {

    .heroTekst {
        font-size: 1.2em !important;
    }

}