@media only screen and (min-width:640px) and (max-width:1200px) {
    :root {
        --font-18: 16px;
        --font-16: 14px;
    }

    .container {
        padding: 0 15px;
    }

    .p-x {
        padding: 0 15px;
    }

}