@media (min-width: 992px) {
  .h-logo {
    width: 30%;
  }
}
@media (max-width: 992px) {
  .header-right {
    display: none !important;
  }
}

