.el__menu-footer {
    background-color: #efefef;
    color: black;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.el__menu-footer a, .el__menu-footer-2 a {
    color: black;
}

.el__social-footer {
    width: 30px;
    height: 30px;
    margin: 0 10px;
}

footer {
    background-color: #efefef;
}

.el__menu-footer-2 {
    background-color: #efefef;
    color: black;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: flex-end;
}

.socials-footer-icons-2, .socials-footer-2 .menu-footer-menu-container-2 {
    width: 50%;
}

.socials-footer-icons-2 {
    justify-content: flex-start !important;
}

.socials-footer-2{
    justify-content: space-between !important;
}

.el__social-footer-words {
    margin: 0 20px;
    color: black;
    margin-left: 20px;
}

.el__social-footer-words a {
    color: black;
    text-decoration: none;
    transition: all 500ms ease;
}

.el__social-footer-words a:hover {
    color: black;
    font-size: 20px;
}

.socials-footer {
    justify-content: space-between !important;
}