.col-form form {
  display: grid;
  column-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

.col-form form > p:nth-last-of-type(-n + 3),
.wpcf7-response-output {
  grid-column: 1 / -1;
}
