Collections List Font too small North Theme

Can anyone help me make the titles of this collection list bigger on the North Theme? I’m using a third party app called “Font Picker” to use this font in the theme. Everywhere else on my website the font sizes are okay, but here they are small, but I’m not sure where to change that in the code (I’m a newbie).

Website:

www.birdieandco.ca

password: niegab

Hi @birdieandco ,

Go to Assets > app.css and paste this at the bottom of the file:

.product-category h2 {
    font-size: 25px !important;
}

Hope it helps!