#block-webform-4--2 h2,
#block-webform-4 h2 {
  display: none;
}
.messages.messages--error {
  margin-bottom: 4rem;
  font-size: 14px;
}
.messages.messages--error a {
  color: black;
}
.form-item-terms-and-conditions .form-item--error-message:before {
  display: none;
}

.webform-flexbox .webform-flex--container .form-item {
  margin-bottom: 1.5em !important;
}

@media (min-width: 768px) {
  .webform-flexbox .webform-flex--container .form-item {
    margin-bottom: 0 !important;
  }
}
