How can I adjust the mobile header size in a rich text Dawn theme?

@GenericStoreAdm - please add this css to the very end of your base.css file and check

@media screen and (max-width:749px){
h2.rich-text__heading {font-size: 16px !important;}
.rich-text__text p{font-size: 12px !important;}
.rich-text__blocks {max-width: calc(100% - 4rem) !important;}
}