@media (min-width: 768px) {
    .footer-links {
        flex-direction: row;
        justify-content: space-between;
    }
}
