How can I change just the font size of the font in my "featured collection" section

I need to change the font size of the feature collection section to the following :

Title/product name : 16px;

Price : 12px;

Can you share your website URL please

https://6375f5-2.myshopify.com
pw : Getlost12

They are already on these sizes: 16px for title and 12px for the price do you want to change to something else

In the mobile version they look larger than the other texts, others texts throughout my website are 16 px and 12 px for headings and paragraphs.

I’m not sure what the issue is, could you please check?

Yes on mobile its 12px for the title “discover our collection” do you want the same size ?

That’s fine, I want the product title and price fonts to be decreased.

“Arika tunic” & “Rs. 6950”, for all the products in that section

The fonts in yellow and the fonts in green, don’t match in size despite being of the same size. P.s. I don’t want to make changes to “discover our collection”.

  1. Go to online store
  2. Edit code
  3. Open base.css file
  4. Add the following code

@media only screen and (max-width: 748px) {
.card__heading {font-size: 12px !important;}
.card-information .price .span {font-size: 10px !important;}
}
5) Save
This should solve the issue