.form__label {
    color: #fff !important;
}

.form__description {
  color: white !important;
}



.error-message-hidden {
  color: black !important;
}

 .hero__content__webform {
 background-color: #454242 !important;
 }


@media only screen and (max-width: 719px) {
.hero__inner {
position: relative !important;
top: -100px !important;
  }
  .hero__image-wrapper {
  margin-bottom: 2rem;
  }
}
  
@media only screen and (min-width: 720px) {
.hero__inner {
top: 19rem !important;
}
 .hero {
margin-bottom: 3rem !important;

}
  
.hero__image-wrapper {
  margin-bottom: 7rem;
  }
}