@media only screen and (max-width: 470px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 24px;
    }
}