How to center product titles and pricing on Dawn theme?

So i have made pages for my different collections, but the titles and pricing are off center, whats some code to fix this?

theme:dawn

Website:desire-online.net

Hi @jakegrieveson

Please add this code at the bottom of your base.css file in Online store > Themes > Edit code > Assets to solve it

.card__content { margin: 0 auto !important; }

This didnt seem to work

So pleas remove the code that you set width of that content is 80% to solve the issue.