Left align footer text

I’m trying to left align the text in my footer, the paragraph in the about section.

Thank you so much!

@polly5 can you share your store URL? if password protected share pass.

its pollygone.shop :slight_smile: thanks!

Add this css in base.css file

.footer-block__details-content>p {
    text-align: left;
}