.get-in-touch-form .form-group textarea {
  min-height: 118px;
}

@media (max-width: 767px) {
  .get-in-touch-form .form-group textarea {
    min-height: 80px;
  }
}
