h1 {
    font-size: 8vw;
    margin-bottom: 2.25rem;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    h1 {
        font-size: 3vw;
    }
}