@media (min-width: 1200px) {

    .page-footer__inner {
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 3.75rem;
    }

    .page-footer__column {
        width: fit-content;
        max-width: calc(100% / 5);
    }

}