Collections: Change product titles to capital case

Example before:

Example after:

/* -- code to change product grid titles to capital case -- */
p.h6.name_wrapper, .h5--accent {text-transform: lowercase !important;}
p.h6.name_wrapper:first-letter, .h5--accent:first-letter {text-transform: uppercase !important;}
/* - end - */

Where do I add the code?

Use this link to learn where exactly to add this code snippet:

Where to add your CSS style code