footer a:where(:not(.wp-element-button)) {
    font-size: unset !important;
}

footer a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .footer-nav {
        justify-content: left;
    }

    footer .wp-block-navigation {
        justify-content: left;
    }
}