#footer .row{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px 0px;
}

#footer .footer-container , #footer{
    padding-top: 0 !important;
}

#footer .links .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
  
#footer .links .wrapper {
    padding: 0px 30px;
    width: 33.333%;
}
