#footer-legal-menu {
    display: flex;
    flex-direction: row;
    gap: 15px;

    li {
        margin: 0;
    }
}