/* ========================================
                Footer {DESKTOP}
                [START]
========================================= */

@media (min-width: 1200px) {
    
    .footer-ontop__text {
        color: #727272;
    }

    .footer__inner {
        width: 60%;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }

    .footer__column--middle {
        width: 30%;
    }

    .footer__social-buttons {
        margin: 0;
    }
    
}

/* ========================================
                Footer {DESKTOP}
                [END]
========================================= */