.top-list-footer-box {
    text-align: left;
}

.footer-pre .top-list-footer-item > p,
.top-list-footer-box .footer-pre__title {
    margin: 0 0 0.85rem;
    padding-bottom: 0.45rem;
    border-bottom: 1px solid rgba(47, 54, 61, 0.18);
    font-family: 'Bebas Neue', Helvetica, Verdana, Arial, sans-serif !important;
    font-size: 0.925rem;
    font-weight: 400 !important;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2f363d !important;
    opacity: 1;
}

@media (min-width: 992px) {
    .footer-pre .top-list-footer-item > p,
    .top-list-footer-box .footer-pre__title {
        font-size: 1.025rem;
        white-space: nowrap;
    }
}

@media (min-width: 1200px) {
    .footer-pre .top-list-footer-item > p,
    .top-list-footer-box .footer-pre__title {
        font-size: 1.075rem;
    }
}

.footer-pre .footer-block__item,
.top-list-footer-item a {
    font-size: 0.875rem;
}

.footer-pre .footer-block__item .small {
    font-size: 0.75rem;
}

.footer-pre .top-list-footer-item > p b,
.top-list-footer-box .footer-pre__title b {
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
}

.top-list-footer-item a {
    text-decoration: none;
    color: #2f363d !important;
    border-bottom: 1px solid transparent;
    transition: all 150ms ease-in 0ms;
    opacity: 0.8;
}

.top-list-footer-item a:hover {
    color: #26292e !important;
    border-bottom: 1px solid #6a737c;
    transition: all 150ms ease-in 0ms;
    opacity: 1;
}
