.contact {
    @media screen and (max-width: 1200px) {

        * p,
        * h2,
        * h4,
        * h5,
        * a,
        * address, 
        * label {
            font-size: 2.8vw !important;
        }
    }
}