footer{
    margin-top: 0;
}
footer #footer-top .flex,
footer #footer-top .formNewsletter {
    -webkit-flex-direction: column;
    flex-direction: column;
}
footer #footer-top .flex {
    min-height: calc(100vh - 258px);
    -webkit-justify-content: center;
    justify-content: center;
/*    -webkit-align-items: flex-start;
    align-items: flex-start;*/
}
footer #footer-top .flex > div:first-child{
    margin-bottom: 0;
    text-align: center;
}
footer #footer-top .formNewsletter .form-group{
    margin-right: 0;
    margin-top: 25px;
}