.trv-textarea {
  width: 550px;
  height:200px;
}
  
@media only screen and (max-width: 568px){
  .trv-mobile-textarea {
      width: 390px;
      height:150px;
  }
}
