Reduce the spacing on top and bottom of the header on both mobile and desktop using Dawn theme

Hello there, I would like to reduce the spacing on top and bottom of the header on both mobile and desktop versions. I’m using the Debut theme. Could anyone please help me out with this? Many thanks! :))

URL: https://www.aperitivo.club/

PSW: buflud

Add this code to the bottom of base.css

.header.header--middle-left.page-width.header--has-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; 
}

It worked! Thanks so much!

@Alex-88

You are welcome!