Change position of text in collection

I would like to center my text on my collection bit (it is currently on the left)

Hi @ads_18

If you are using the Shopify free themes, you can use the code below

!. From you Admin page, go to Online Store > Themes
2. Select the theme you want to edit, click the three dots to edit code
3. Under the Asset folder, open the base.css
4. Then place the code below at the very bottom of the file

.card__heading .full-unstyled-link {
    text-align: center;
}

Hello, this did not work