.email-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #237767;
  background-image: url('/assets/hand-new-logo-removebg.png');
  background-position: right;
  background-position-y: bottom;
  background-position-x: 80%;
  background-repeat: no-repeat;
  height: 770px;
  background-size: contain;
}

.email-section-center {
  max-width: var(--max-width);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.email-section-content {
  width: 100%;
  max-width: 648px;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.email-section-content h4 {
  font-family: Noto Serif !important;
  font-weight: 200;
  font-style: Light;
  font-size: 50px;
  line-height: 58px;
  letter-spacing: -4%;
  text-align: center;
  color: #E1D5B5;
}

.email-section-content p {
  font-family: Geist Mono !important;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  text-align: center;
  color: #F9F5EB;
  margin-top: 24px;
  margin-bottom: 20px;
}

.email-section-content span {
  margin-top: 24px;
}

.email-section-input-wrapper {
  display: flex;
  gap: 12px;
  height: 48px;
  width: 100%;
  max-width: 433px;
  border-radius: 8px;
  padding: 6px 24px;
  background-color: #468d7f;
}

.email-section-input-wrapper input {
  font-family: Inter, sans-serif !important;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #F9F5EB !important;
  width: 100%;
  outline: none;
  background-color: transparent;
  height: 48px;
  border: 0px;
}

.email-section-input-wrapper-btn {
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.email-section-content input::placeholder {
  color: #F9F5EB;
  opacity: 0.7;
}

.email-section-content span {
  font-family: Inter, sans-serif !important;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 20px;
  color: #F9F5EB;
  opacity: 0.5;
}


@media (max-width: 1000px) {
  .email-section {
    background-image: none;
  }

  .email-section-center {
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 800px) {
  .email-section-input-wrapper {
    max-width: 288px;
  }
}
