.website-tabs__link {
  padding: 4px 40px !important;
}
.website-tabs__link:first-child {
  background-color: white;
  border: 1px solid #FFF;
}
.header__logo-image-galls {
  height: 23px;
}
.header__logo-image-fire {
  height: 24px;
}
.header__logo-image-fire:hover {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .website-tabs__link {
    padding: 4px 14px !important;
  }
  .header__logo-image-galls {
    height: 22px;
  }
  .header__logo-image-fire {
    height: 23px;
  }
}