.form-textarea-wrapper textarea {
  display: block;
  margin: 0;
  width: 100% !important;
  box-sizing: border-box;
}

form .form-type-textarea {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}