
.wpcf7 form {
	display: flex;
    flex-direction: column;
	max-width: 500px;
	margin: auto auto;
}
.wpcf7 form input, .wpcf7 form textarea {
  width: 100%;
  height: 55px;
  border-radius: 27px;
  border: 1px solid #522008;
  margin-bottom: 15px;
  max-width: 100%;
  min-width: 100%;
  padding: 14px 24px;
}

.wpcf7 form textarea {
  min-height: 100px;
  max-height: 400px;
}

.wpcf7 form [type="submit"] {
  background: #522008;
  color: white;
  text-transform: uppercase;
  transition: all 0.4s;
  cursor: pointer;
}

.wpcf7 form [type="submit"]:hover {
  background: white;
  color: #522008;
}

.wpcf7 form p {
  margin-bottom: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 ;
}
