/*
h1, .h1 {
    font-size: 60px;
    line-height: 60px
}

@media(max-width: 767.97px) {
    h1, .h1 {
        font-size: 50px;
        line-height: 60px
    }
}

@media(max-width: 479.97px) {
    h1, .h1 {
        font-size: 38px;
        line-height: 48px
    }
}
*/

h1, .h1 {
    font-size: 40px !important;
    line-height: 60px !important;
    font-weight: 700 !important;
}

@media(max-width: 767.97px) {
    h1, .h1 {
        font-size: 38px !important;
        line-height: 48px !important;
    }
}

/*
h3, .h3 {
    font-size: 38px;
    line-height: 48px
}

@media(max-width: 767.97px) {
    h3, .h3 {
        font-size: 30px;
        line-height: 36px
    }
}
*/

h2, .h2 {
    font-size: 30px !important;
    line-height: 36px !important;
}

@media(max-width: 767.97px) {
    h2, .h2 {
        font-size: 30px !important;
        line-height: 36px !important;
    }
}

h4, .h4 {
    font-size: 30px;
    line-height: 36px
}

h5, .h5 {
    font-size: 26px;
    line-height: 36px
}

h6, .h6 {
    font-size: 22px;
    line-height: 24px
}