Center and straighten text in footer dawn theme for desktop

Hello, I would like to center this text in the footer section of my store on desktop, and straighten it as much as possible so it looks neat. I have already done it for mobile (except the straightening part), but cant figure out how for desktop.

Store: https://bb9f8c-ac.myshopify.com/en

pass: pongia

I pasted it into the bottom of assets/section-footer.css , however nothing happened. Could you look into it? Thank you.

Hello @JordiP
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> section-footer.css
add this code at the end of the file.

h2.footer-block__heading.inline-richtext {
text-align: center;
}
.footer-block__details-content.rte {
text-align: center;
}
h2.footer-block__heading.inline-richtext {
text-align: center;
}
ul.footer-block__details-content.list-unstyled {
text-align: center;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

Thank you very much. It would also be great to know how to center the email sign up box and text to the middle of the footer, and the purple button with the social media icons preferably placed to the left. Thank you for your help!