.menu-footer__item{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    text-decoration: none;
    display:flex;
    align-items:center;
    gap:8px;
}
.menu-footer__item-link,
.menu-footer__item-link:hover,
.menu-footer__item-link:focus
{
    color:inherit;
    text-decoration:inherit;
}{
    color:inherit;
    text-decoration:inherit;
}
.menu-footer__inner{
    display:flex;
    flex-direction: column;
    gap:12px;
}
