/* Add Custom css */
h1, .h1 {
        font-size: 2.0rem;
    }

@media (width >= 1200px) {
    h1, .h1 {
        font-size: 2.0rem;
    }
}