@media   screen and (min-width: 992px) and (max-width: 1199px) {
    :root {
        --block: 25px;
        --big-block: 55px;
        --font: 1.3em;


    }
}