.email__heading-description {
  margin-top: 20px;
}

.email_us_form_input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  width: 500px;
  height: 55px;
  padding: 5px 10px;
  border-radius: 25px;
  margin: 0 auto;
  margin-top: 40px;
}

.email_us_form_input input {
  width: 100%;
  height: 100%;
  padding-left: 10px;
}

.email_us_form_input .button {
  background-color: rgb(var(--color-page-background));
  padding: 6px 10px;
  border-radius: 25px;
  color: rgb(var(--color-text));
  width: 150px;
  height: 100%;
}

.email_us_form_input input::placeholder {
  color: #c0c0c0;
}

.email-us .field-success {
  width: 100%;
  justify-content: center;
}

@media (max-width: 959px) {
  .email_us_form_input {
    width: 100%;
  }
}
