/*--------------------------------------------------------------------------*\
    Footer menu (<ul>)
\*--------------------------------------------------------------------------*/

.footer__menu {
    /*box*/
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    flex-wrap: wrap;
    margin:0px 50px;
    width:80%;
}