.consultation-form {
  max-width: 600px;
  margin: 50px auto;
  padding: 20px;
}

.consultation-form input,
.consultation-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}

.consultation-form button {
  background: #004D40;
  color: #fff;
  padding: 10px 20px;
  border: none;
}