span.wpcf7-list-item { display: block; }

.two-cols {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.two-cols > div {
  flex: 1;
}