.email-subscribe-form {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  gap:16px;
  height: 30vh;
}

.email-input {
  width: 300px;
  height: 32px;
  border-radius: 12px;
  padding: 16px;
}

.email-submit-button {
  width: 128px;
  height: 32px;
}