@media (min-width: 1200px) {
    
    /* .page__footer {
        --footer-width: 70%;
    } */
    
    .footer-ontop__text {
        color: #727272;
    }

    .footer__inner {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        width: var(--footer-width);
    }

    .footer__column {
        max-width: calc(100% / 3);
        width: fit-content;
        /* min-width: fit-content; */
    }
    
}