.nitay-header-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f5f1;
}
.nitay-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.nitay-header-cont {
  display: flex;
  justify-content: end;
  align-items: center;
  overflow: hidden;
  min-height: 600px;
}
.nitay-header-content {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nitay-header-title {
  color: #3f3a36;
  font-family: "Averta Std CY";
  font-size: 50px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
}
.nitay-header-subtitle {
  color: #3f3a36;
  text-align: justify;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.8px;
}
.nitay-header-section.mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .nitay-header-cont {
  }

  .nitay-header-cont {
    max-height: 450px;
  }
}
@media screen and (max-width: 768px) {
  .nitay-header-section.mobile {
    display: block;
  }
  .nitay-header-section.desktop {
    display: none;
  }
  .nitay-header-section {
    background: #fff;
  }
  .nitay-header-cont {
    max-height: unset;
    flex-direction: column;
  }
  .nitay-header {
    min-height: 500px;
  }
  .nitay-header-content {
    width: 100%;
  }
  .nitay-header-content {
    padding: 25px 0px;
  }
  .nitay-header-title {
    color: #3f3a36;
    text-align: center;
    font-family: "Averta Std CY";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .nitay-header-subtitle {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
