How can I improve the responsive layout of my footer?

This is how my footer looks in web and mobile mode

i would like to align the elements, and turn the newsletter into something like this

web and mobile view

Im using Dawn Theme

Site: geeks-club.com

password nicold

Hi @g4bo_fu

Follow these steps:

Go to Online Store Edit Code Find theme.liquid file or base.css

Add the following code in the bottom of the file above tag

.footer__content-top.page-width {
    text-align: center;
}