/* Custom Styles */

@media (max-width: 720px) {
    h1, .h1 {
        font-size: 26px; /* 36px */
    }
    h2, .h2 {
        font-size: 21px; /* 30px */
    }
    h3, .h3 {
        font-size: 21px; /* 24px */
    }
    h4, .h4 {
        font-size: 18px; /* 24px */
    }
}