.footer-top__menu-list {
    list-style: none;
    padding: 0;
}

.footer-top__menu-item {
    display: block;
    margin-bottom: 3px;
}

.footer-top__menu-item:last-child {
    margin-bottom: 0;
}

.footer-top__menu-link {
    font-weight: 500;
    font-size: 0.875rem;
    text-decoration: none;
    color: #425654;
    border-bottom: 1px solid #425654;
    transition: 0.5s;
}