.cf7-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  grid-auto-flow: column;
  column-gap: 20px;
  row-gap: 4px;
}

.cf7-row > p {
  margin: 0;
}

@media (max-width: 600px) {
  .cf7-row {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}

.grecaptcha-badge { 
    visibility: hidden; 
}

#lidmaatschap {
  scroll-margin-top: 400px; /* pas aan naar de hoogte van je sticky header */
}

@media (min-width: 768px) and (max-width: 991px) {
    .vc_row.vc_inner.vc_column-gap-25 {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    .vc_row.vc_inner.vc_column-gap-25 > .wpb_column {
        width: 50% !important;
        flex: 0 0 50% !important;
    }
}