textarea.form-input {
  border: 1px solid #ffba70;
  min-height: 240px;
}

textarea.form-input:focus {
  border: 1px solid #ff9320;
}

.inner-content {
  min-height: 240px;
}

.desc {
  text-align: justify;
}