How can I increase the font size of a vendor name in my collection list?

Hi, anyone know how to increase font size of vendor name? in collection list

url: elita.com.sg
passsword: elita373933

@elitaco

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.card__brand, .card__price{
font-size: 14px !important;
}

Hope this works.

Thanks!

Thank you!