@media(max-width:768px){
    :root{
        --h2-size-adapt:22px;
        --h1-size-adapt:26px;
    }
    *{
        line-height: inherit!important;
    }

    body{
        height: auto!important;
    }
}
