@media screen and (max-width: 1023px) {
  .mobile-only .m-header-height .logo-wrapper .logo-url {
    padding: 30px 30px 0 0;
  }
  .mobile-only .m-header-height {
    height: 102px !important;
  }
  .logo-wrapper {
    padding: 0 16px;
  }
  .bell-wrapper {
    width: 76px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .hamburger {
    margin-left: 36px;
  }

  .bell-wrapper .icon-icon-notification,
  .bell-wrapper .logout {
    padding: 0;
    transform: translateY(-2px);
  }
}

