.footer-container{
display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-title {
  text-align: center;
}
.menu-list {
    text-align: center !important;
}

.menu-list .footer-title {
    text-align: center !important;
}
.footer-list a {
    display: block !important;
    text-align: center !important;
}
.s-contacts {
    text-align: center !important;
    align-items: center !important;
}

.s-contacts-title {
    text-align: center !important;
    width: 100% !important;
}
.mail{
  flex-direction: column;
  justify-content: center !important;
  
}
.title-mail {
 text-align: center;
}

.footer-newsletter h3,
.footer-newsletter p {
    text-align: center !important;
    width: 100% !important;
}