.footer-nav__nav {
    padding: 0;
}

#menu-footer {
    margin-bottom: 2rem;
}

.footer__about .textwidget a {
    display: block;
    min-height: 48px;
}

.footer-nav__nav a, .footer__about a {
    color: var(--footer-text-color);
    text-decoration: none;
    font-weight: 400;
}

.footer-nav__nav a:hover, .footer__about a:hover {
    text-decoration: underline;
}

.footer__seo-icons-container a:hover {
    text-decoration: none;
}

@media screen and (min-width: 440px) {
    .footer__about .textwidget a {
        display: inline-block;
        min-height: auto;
    }
}

@media screen and (min-width: 768px) {
    .footer-nav__nav {
        grid-column: auto;
        grid-row: span 2;
    }
}
