center align text on featured collection

Hi,
I need help with center-aligning all the text and prices in my featured collection? I’d really appreciate any help!

Store link: https://technase.myshopify.com/
Storefront password: 12345

Hi @technase

Let try to add this custom css code:

.card {
  text-align: center;
}
.card__info-inner .grow.items-end {
  justify-content: center;
}

Thank you, it worked