.form-btn-p.center {
  text-align: center;
  padding: 3em 0;
}
.form-btn-p button,
.form-btn-p input {
  padding: 0.75em 2em;
  border-radius: 5px;
  background-color: gray;
  color: white;
}
button.btn-go-confirm,
input.wpcf7-submit {
  background-color: #75c556;
  color: white;
}
button.btn-go-confirm:hover,
input.wpcf7-submit:hover,
.form-btn-p button:hover {
  background-color: black;
  color: white;
}
button.btn-go-confirm.is-inactive {
  background-color: gray;
  color: white;
  cursor: none;
}
