﻿@media only screen and (max-width: 600px) {
    .contact-footer {
        height: 6.75rem;
    }

    .contact-footer-content .column article, .contact-mobile-column article {
        font-size: 0.625rem;
    }

    .contact-footer-content .column i, .contact-mobile-column i {
        font-size: 1rem;
        padding: 0 0.1875rem;
    }

    .contact-footer button {
        padding: 0.9rem 0;
    }

    .contact-mobile-column {
        padding: 0;
    }

    .contact-mobile-column h3 {
        font-size: 0.75rem;
    }

    .contact-mobile-column i.social {
        font-size: 0.625rem;
        margin: 0 0.125rem;
        width: 0.625rem;
    }

    .contact-mobile-column article a {
        color: #fff;
        text-decoration: none;
    }

    .contact-footer-content {
        width: 60%; 
    }

    .contact-footer button {
        width: 40%;
    }
}