/* sm */
@media screen and (max-width: 960px) {
    h1 {
        font-size: 40px !important;
    }
    h2 {
        font-size: 32px !important;
    }
    h3 {
        font-size: 28px !important;
    }
    h4,
    .mud-typography-h4 {
        font-size: 24px !important;
    }
}

/* xs */
@media screen and (max-width: 600px) {
    h1 {
        font-size: 32px !important;
    }
    h2 {
        font-size: 28px !important;
    }
    h3 {
        font-size: 24px !important;
    }
    h4,
    .mud-typography-h4 {
        font-size: 20px !important;
    }

    .mud-carousel.mud-width-full {
        height: 300px;
    }
}