Increase font-size for menu items in header only - prestige theme

I would like to increase the font size of just the header text on the desktop.

Somebody please help me, I’ve been at this all day :disappointed_face:

Here is my website:

https://f88bei6t0vhno2hm-77605110095.shopifypreview.com

@afwanfhaider , go to theme.css and add the following code :

@media (min-width:990px){

  li.header__primary-nav-item a {
    font-size: 1rem !important;
}

li.header__primary-nav-item summary {
    font-size: 1rem !important;
}

}