@media only screen and (max-width: 500px) {
    h1.mobile {
       font-size: 24px;
    }
}