@media screen and (max-width: 767px) {
    h1{
        font-size: 4rem;
    }
}