.contact {
  padding: 120px 48px;
  background: #e85d27;
  color: #fff;
}

.contact h2 {
  font-size: clamp(42px, 8vw, 120px);
  line-height: 1;
  margin-bottom: 32px;
}

.contact p {
  margin-bottom: 36px;
  font-size: 18px;
}

.contact-form {
  max-width: 760px;
  margin: 0 auto;
}

.contact-form label {
  display: block;
  margin-bottom: 24px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  margin-top: 8px;
  padding: 14px 16px;
  border: 1px solid #ddd4c5;
  border-radius: 8px;
  font-size: 16px;
}

.contact-form input[type="submit"] {
  background: #111;
  color: #fff;
  border-radius: 999px;
  cursor: pointer;
}

.wpcf7 input[type="submit"] {
  display: inline-block;
  width: auto;
  min-width: 180px;
  padding: 14px 32px;
  border: 1px solid #111;
  border-radius: 999px;
  background: #111;
  color: #fff;
  cursor: pointer;
}