.cf-c {
  max-width: 1000px;
  border-radius: 10px;
  margin: 0 auto;
}
.cf-c input {
  border-radius: 7px;
  border: 1px solid #f0f0f0;
  background-color: var(--neutral) !important;
}
.cf-c textarea {
  border-radius: 7px;
  border: 1px solid #f0f0f0;
  background-color: var(--neutral) !important;
}
.cf-c .wpcf7-submit {
  display: block;
  width: 170px;
  margin: 0 auto;
  height: auto;
  padding: 16px 10px;
  color: #fff;
  background: var(--primary) !important;
  border-radius: 40px;
}
.cf-c .wpcf7-submit:hover {
  background: var(--primary-hover) !important;
}
.cf-c .wpcf7-not-valid-tip {
  margin-top: 10px;
}
.cf-c .wpcf7-response-output {
  padding: 0 !important;
  margin: 20px 0 !important;
  border: 0 !important;
}