.science4-footer-nav {
    background: #050505;
    color: #fff;
    padding: 76px 40px 96px;
    text-align: center;
}

.science4-footer-nav h2 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.7;
}

.science4-footer-nav__links {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 46px auto 0;
    max-width: 1400px;
}

.science4-footer-nav__links a,
.science4-footer-nav__links span,
.science4-footer-nav__top {
    align-items: center;
    border: 0 !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
    display: flex;
    font-size: 14px !important;
    justify-content: center;
    line-height: 1.5 !important;
    min-height: 58px !important;
    padding: 12px 20px !important;
    text-decoration: none !important;
}

.science4-footer-nav a::before,
.science4-footer-nav a::after {
    content: none !important;
    display: none !important;
}

.science4-footer-nav a:hover,
.science4-footer-nav a:focus {
    border: 0 !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75) !important;
    color: #fff;
    font-size: 14px !important;
    opacity: 1 !important;
    text-decoration: none !important;
    transform: none !important;
}

.science4-footer-nav__links span {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.42);
}

.science4-footer-nav__links a,
.science4-footer-nav__top {
    color: #fff !important;
}

.science4-footer-nav__top {
    margin: 38px auto 0;
    max-width: 220px;
}

@media (hover: hover) {
    .science4-footer-nav a {
        transition: background-color 0.25s ease;
    }

    .science4-footer-nav a:hover {
        background-color: rgba(255, 255, 255, 0.08);
    }
}

@media only screen and (max-width: 755px) {
    .science4-footer-nav {
        padding: 64px 16px 78px;
    }

    .science4-footer-nav h2 {
        font-size: 19px;
    }

    .science4-footer-nav__links {
        gap: 12px;
        grid-template-columns: 1fr;
        margin-top: 38px;
    }

    .science4-footer-nav__links a,
    .science4-footer-nav__links span,
    .science4-footer-nav__top {
        font-size: 12px !important;
        min-height: 52px !important;
    }

    .science4-footer-nav a:hover,
    .science4-footer-nav a:focus {
        font-size: 12px !important;
    }

    .science4-footer-nav__top {
        margin-top: 32px;
        max-width: none;
    }
}
