How can I align product title to the left on Dawn theme?

Hi all,

Is there a way to align the product title, on the product page, to the left. Without affecting other titles.

Thanks!

http://alata.pt

it looks like you added:

.product__info-container .product__title{

to the css on line 2971?

make it:

.product__info-container .product__title h1{

and that should work

Thank you so much!