.h-hidden {
  display: none;
}
.contact-form {
  max-width: 700px;
  margin: 0 auto;
}
.contact-form__title--enterprise {
  color: #284679;
  margin-bottom: 20px;
}
.contact-form__label {
  color: #284679;
  margin-bottom: 10px;
}
.contact-form__wrapper {
  max-width: 700px;
}
.contact-form__text {
  width: -webkit-fill-available;
  border: 1px solid #C4C4C4;
  margin-bottom: 20px;
  font-size: 14px;
  color: #7D7D7D;
}
.contact-form__wrapper .contact-form__text:last-child {
  margin-bottom: 0;
}
.under-form--contact {
  align-items: baseline;
}
.button-previous {
  font-size: 16px;
  color: #7D7D7D;
  border: none;
  background-color: inherit;
}
.enterprise-disclaimer {
  color: #284679;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}
.enterprise-disclaimer img {
  margin-right: 20px;
}
@media (max-width: 560px) {
  .under-form--contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .button-with-disclaimer {
    text-align: center;
    margin-bottom: 20px;
  }
  .contact-submit {
    margin: 0 auto 12px;
  }
}
