h1 {
    font-size: 48px;
    font-weight: 900;
}

h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 32px !important;
        line-height: 40px !important;
    }


    h2 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 400;
    }
}