@media screen and (min-width: 768px) {
    .footer-menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

.footer-link.w--current {
    text-decoration: underline;
}