.form__disclaimer {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left
}
.form__error {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  color: #2f2f2f
}
.form__error.error {
  color: #eb5757
}
.intro__content_second .form__error{
  line-height: 110%;
}