@media screen and (min-width: 768px) {

    .footer-nav {
        justify-content: center;
        flex-direction: unset;
    }

    .footer-nav:has(.left-side, .right-side) {
        justify-content: space-between;
    }

    .left-side, .right-side {
        flex-direction: row;
        width: auto;
    }

}
