/* ========================================
                Footer {DESKTOP}
                [START]
========================================= */

@media (min-width: 1200px) {
    
    .footer-ontop__text {
        color: #727272;
    }

    .footer__inner {
        width: 60%;
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-column__middle {
        width: 30%;
    }
}

/* ========================================
                Footer {DESKTOP}
                [END]
========================================= */