
.footer-menu-others {
}

.footer-menu-others__items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 10px;
    padding: 0;
    width: 100%;
}

.footer-menu-others__item{
    font-size: 15px;
    line-height: 150%;
}

.footer-menu-others__item a {
    text-decoration: none;
    color: var(--color-black);
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    font-weight: 700;

}

.footer-menu-others__item.active > a,
.footer-menu-others__item a:hover {
    color: var(--color-main);
}
