@media screen and (min-width:576px) and (max-width:767px) {
    :root {
        --block: 15px;
        --big-block: 35px;
        --font: 1em;


    }
}