@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 600px) and (max-width: 1200px) {

}

@media only screen and (max-width: 600px) {

h1, h2, h3, h4, h5, h6, li, p,
.main-header__nav a, a.link, a,
input, button, textarea {
    font-weight: 500 !important;
    font-size: 180%;
    line-height: 1.111;
    letter-spacing: 0px;
}
// comment!!!! 
// better comment

}