@media (min-width : 769px) and (max-width : 1024px) {

    .footer h1 {
        color: #FAFAFA;
        font-size: 8vw;
    }
}

