Center the titles in a multi-column

I would like to center the titles in a multi-column as they appear stuck to the left side in the Dawn theme of my Shopify store. Thank you, regards.

Can you please share the store URL?

.multicolumn-card__info h3 {
  text-align: center;
}
  1. From your Shopify Admin, go to Online Store > Themes.
  2. Click “Customize” on your current theme.
  3. In the top dropdown, select “Theme settings” then “Custom CSS” (if available).
  4. Paste the code above into the Custom CSS field.
  5. Click Save.