Dawn theme - change subtitle for products

I noticed the titles underneath the product images are very small on my page. I’m using the Dawn theme. Can someone let me know how I can make the font size larger?

My URL is https://kittie-treats.com

Try adding this code to the bottom of base.css, and adjust ‘px’ value to your preference

.card-information__text.h5 {
  font-size: 12px;
}

Hi Nick,

I tried adding the code, but the font size didn’t change. I adjusted the values and I still got no response. Is there another code I could try?

Oh wait, I added it to the bottom of the section.product.recommendations.css and it worked! Thank you very much!