font in the expanding menu

Hey! I have a problem with the menu, I can’t find anywhere to change the size of the fonts in the menu. The size is different in each tab.
I can change the main menu but not growing up.
Can You help me…?

Hi

Yes they are different because in your main menu you have set submenu in 2 styles:
one as sub-menu which are using font-size: 14px; font-weight: 500;
another one is multicolumn which are using font-size: 16px; font-weight: 700;

So, for fixing this you have to use same style as like you can set all sub-menu style otherwise change the css in assets/css/static.css line 48:
font-size: 16px; font-weight: 700; into font-size: 14px; font-weight: 500;

Thanks