@media only screen and (min-width: 601px) and (max-width: 1200px) {
    body {
        font-size: 16px;
    }
}
