@media only screen and ( max-width: 600px ) {
    h1 {
        font-size: 20px;
        line-height: 1.2;
    }
}
