How can I center sale price and adjust font size on mobile view?

Hi, on the mobile phone view of my shopify store, when the product name is too long, the sale price and normal price are not centred. Is there any way to change this?

Also, I would like to make the product name larger and the price smaller.

Currently using the dawn theme. I appreciate all the help, thank you in advance!!!

Hi @Dat999

Could you drop your store link here?

sure!

https://www.spicysneakers.pl/

Hi @Dat999

Go to your Online store > Themes > Edit code > open base.css file, add this code at the bottom, and save the file

.price--on-sale .price-item--regular { font-size: 12px !important; }
.card__information .card__heading { font-size: 14px !important; }