.footer ul.list-unstyled li {
    margin: 0 !important;
}
@media only screen and (max-width: 767px){
  footer .list-menu__item {
    display: flex;
    justify-content: center; 
}
}