label {
  font-weight: bold;
}

.webform-submission-form fieldset.js-form-item, form .form-type-textarea {
  margin-bottom: 30px !important;
}

.description {
  margin-top: 5px;
  display: block
}

.form-required::after {
  content: "*" !important;
  vertical-align: baseline !important;
  color: red;
}