textarea {
  min-height: 5em;
}

@media (max-width: 768px) {
  textarea {
    max-height: 50vh;
  }
}
