Help with how to make the title in product listing bold

Hello,

I am trying to make the title in my products in bold. Is there a way I can do this? Screenshot below for reference.

Thank you

URL: https://endless-retro-22.myshopify.com/

@Endlessretro

https://community.shopify.com/post/1427206

@KetanKumar thank you for replying. The code you sent on the link is to get the vendor in bold. That works. However I would also like to get the title in the product listing in bold. When referring to the screenshot it would be for example:

Adidas Mens Grey Logo Sweatshirt Size M

Please do you have a code for this?

Thank you,

Emily

@Endlessretro
Add this code in bottom of the theme.min.css file.

h1.m-0 {
    font-weight: bolder !important;
    font-size: 19px !important;
}

Thank You.

@Anonymous thank you so much, much appreciated!!