Reduce Collections heading text size in the Dawn theme

I’m looking for code to reduce the heading text size for Collections in the Dawn Theme.

My url is preacha.com

Thank you

@ebon

Please add the following code at the bottom of your CSS file.

.collection-hero__title{
font-size: 2.5rem !important;
}

Hope this works.

Thanks!

Thank you for the reply.

Which ccs file would this be. Collection???

@ebon

Yes, component-collection-hero.css in assets folder.

perfect!!! thank you