@media (min-width: 1200px) {
    
    .footer__ontop {
        flex-direction: row;
        justify-content: space-evenly;
    }

    .footer-ontop__text {
        color: #727272;
    }

    .footer__inner {
        width: 90%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer__column {
        width: fit-content;
        min-width: fit-content;
    }

    .footer-copyright__contain {
        width: 90%;
    }
    
}