/* xl-viewport.css */
@media only screen and (min-width: 1200px) {
    /* classes */

    .contact-us {
        top: -3%;
        left: 2%;
    }

/*    .header-spacing {
        margin-top: 5rem;
        height: auto;
    }
*/
    /* id's */

    #page-footer_cardTitle.h1,
    #page-footer_cardTitle h1 {
        font-size: 4.5rem;
    }

    #page-footer_cardText.h2,
    #page-footer_cardText h2 {
        font-size: 2rem;
    }

    #page-footer_cardButton.h6,
    #page-footer_cardText p.h6,
    #page-footer_cardButton h6 {
        font-size: 1rem;
    }
}