.footer__extra-menu {

}

.footer__extra-menu-items {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    gap: 16px;
}

.footer__extra-menu-link {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .footer__extra-menu-items {
        gap: 6px 24px;
    }

    .footer__extra-menu-link {
        font-size: 10px;
        font-weight: 300;
        line-height: 12px;
    }
}