.textarea {
  resize: none;
  height: 150px;
  display: none;
  padding: 1rem;
  border-radius: 5px;
  border-color: #c3c3c3;
}

.textarea--full-width {
  display: flex;
  width: 100%;
}
