How can I modify flash banner height and font size?

Hello, in the flash banner at this page:

https://popreviewstore.com/

I need to

1.raise the height of the flashbanner.

  1. put the text of the flashbanner on a unique line(don’t know why is placed on 2 lines…)

  2. Increase font size of the menu (header).

Can you help me please.

Thank you.

Hi @popreview ,

.header__menu-item span {
   font-size: 14px;
}

@media screen and (min-width: 990px)
.utility-bar__grid--3-col {
  padding: 1rem 0;
  grid-template-columns: 3fr 7fr 3fr;
}

Inserting the above css, I placed the flash banner on one line and increased the menu header font-size.

Desired result: