Changing font size for product description DAWN theme

Hi,

I am looking at some code please to add to the bottom of my base.css file

Does anyone have code to change the font size of product description and font style as well if possible?

website:

BILLYWHITE. Premium Tees for EVERYONE.

@RC94 , use this code

.product__description > p {
  font-size: 1rem!important;
  font-style: italic!important; 
}

Result: