.header {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: 11vh;
}

.header_menu-content {
  display: none;
}

.header_title {
  font-weight: 200;
  font-size: 26px;
  line-height: 32px;
  /* identical to box height */
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #222;
  text-decoration: none;
  margin-top: 28px;
  z-index: 6;
}

@media (max-width: 767px) {
  .header_title {
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 0.75px;
    margin-top: 24px;
    margin-left: 20px;
  }

  .header {
    justify-content: flex-start;
  }

  .header__nav {
    flex-direction: column;
  }

  .header_menu-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 60px;
  }

  .header_menu-content-title {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.22636px;
    text-transform: uppercase;
    color: #222;
  }

  .header_menu-content-mail {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1.22636px;
    color: #595959;
    text-decoration: none;
  }
}


@media (max-width: 767px) {
  .header_title {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.2px;
    margin-top: 24px;
    margin-left: 20px;
  }
}

@media (max-width: 320px) {
  .header_title {
    font-size: 17px;
  }
  .header {
    margin-bottom: 20px;
  }
}
