.user-contract, .user-email {
  display: none;
}
@media (min-width: 768px) {
  .user-contract, .user-email {
    display: flex;
  }
}
.user-email {
  padding-left: 2rem;
  background-image: url(/img/new/icons/account-circle.svg);
  background-repeat: no-repeat;
  background-position: left;
  font-weight: 500;
  font-size: 1rem;
}
.user-contract {
  font-weight: 500;
  font-size: 1rem;
}
.flex-container {
  display: flex;
  justify-content: space-between;
  height: 89px;
  align-items: center;
  padding: 0 14px;
}
@media (min-width: 768px) {
  .flex-container {
    padding: 0 40px;
  }
}
.logo {
  /* Adjust logo size if necessary */
  height: 40px;
}
.menu_btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.menu_btn span {
  visibility: hidden;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .menu_btn span {
    visibility: visible;
  }
}
.menu_btn-icon {
  height: 32px;
}
