<style>
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 1.5rem;
    }
}

.h1, h1 {
    font-size: calc(1.0rem + .7vw);
}


</style>