@media screen and (min-width: 768px) {

    .footer-nav {
        justify-content: space-between;
        flex-direction: unset;
    }

    .left-side, .right-side {
        flex-direction: row;
        width: auto;
    }

}
