.header-title-logo {
  display: none;
}
.header-nav {
  padding: 40px 0px 40px 0px !important;
  width: 100%;
}
.header-nav-wrapper {
  width: 100%;
  display: flex;
}
.header-nav-list {
  width: 100%;
  display: flex;
  justify-content: space-between !important;
}

@media screen and (min-width: 800px) {
  .header-title-text {
    display: none;
  }
}

@media screen and (max-width: 799px) {
  .header-inner {
    padding-top: 30px;
  }
}
