div.contact-form-champs {
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
}
div.contact-form-champs p {
  display: inline-block;
  width: calc(50% - 12px);
  margin: 0;
}
div.contact-form-champs p label {
  font-size: 16px;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  line-height: 26px;
}
div.contact-form-champs p span input {
  border-radius: 8px;
  border: 2px solid #F4F1F1;
  font-size: 16px;
  padding: 11px 22px;
  color: #7F8898;
  font-weight: 400;
  margin-top: 5px;
  width: 100%;
}
div.contact-form-champs p:last-of-type {
  width: 100%;
}
@media (max-width: 630px) {
  div.contact-form-champs p {
    width: 100%;
  }
}
div.contact-form-champs div.textarea {
  width: 100%;
}
div.contact-form-champs div.textarea p {
  width: 100%;
}
div.contact-form-champs div.textarea textarea {
  border-radius: 8px;
  margin-top: 5px;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #F4F1F1;
  font-size: 16px;
  padding: 11px 22px;
  color: #7F8898;
  font-weight: 400;
}
div.checkbox {
  width: 100%;
}
div.checkbox p, div.checkbox label {
  color: var(--wp--preset--color--grey);
  font-weight: 400;
}
div.checkbox a {
  color: var(--wp--preset--color--primary);
}
div.checkbox input {
  width: auto;
}
div.checkbox .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0em;
}
div.button {
  width: 100%;
  text-align: center;
}
div.button p {
  position: relative;
  display: inline-block;
}
div.button .wpcf7-form-control.wpcf7-submit {
  height: 42px;
  padding: 10px 20px;
  gap: 5px;
  flex-shrink: 0;
  background-color: var(--wp--preset--color--primary);
  color: #FFF;
  border-radius: 80px;
  border: 0px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.wpcf7-not-valid-tip {
  font-size: 0.8em;
}
.wpcf7-spinner {
  display: block;
}
