@media all and (min-width: 992px) {
  .theme-header-topbar {
    padding: 10px 0px !important; /* Adjust '10px' to your desired top/bottom space */
  }
  /* You can also adjust the main header container padding if needed */
  .theme-header .zpcontainer {
    padding: 15px 15px !important;
  }
}