How to change Navigation Menu Items Page Title Font Size

Hello,

how do you change the font size of the page heading in Sense theme of a menu item? For example, if you click on About Us in the Menu, it takes you to the About Us page. I want to decrease the font size of the headers if the pages to about 30px. Any assistance would be greatly appreciated. Thanks!

healthandhomesolutions.net

@Healthhomesolut put this css in base.css at very bottom

.header__menu-item {
    font-size: 2.2rem;
}

That did not seem to change the font size of the headings on the About Us, Contact Us pages etc

@Healthhomesolut replace the past one with this

.main-page-title {
font-size: 30px;
}

Will this just change it on the page? For example, I dont want the font size for About Us in the footer menu changed. I just want the text size that reads About Us on the About Us page changed since it looks too big

only for page title

Thank You!!!