How can I center the 'Join the Conversation' menu in the footer?

Hello

I need help with moving the “Join the conversation…” menu to the center/ middle of the footer. Here is my website https://wowberrybites.myshopify.com/

Thanks for your help in advance

@media (max-width: 700px)
.footer__content--one-third {
    grid-template-columns: none !important;
}
}

@winnado11
Add this code in theme.css or theme.scss

Hi there @winnado11 !

Depending on the theme you’re using in your store currently, how you can get support for this theme may vary.

If you can confirm the name of the theme you’re using here, we can check out how you might be able to get support for this customisation.

Are you selling food online in your store, possibly by way of subscription boxes?

@Zworthkey Thanks for the code, but it does not work. The text still on the left side of the footer on the mobile version.