/* Align both columns horizontally and center them */
.vc_row.cta-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  text-align: center;
  flex-wrap: wrap;
}

/* Make sure both columns' content stays centered */
.cta-column {
  text-align: center !important;
}

/* Optional: tidy up button spacing */
.cta-column .wpb_button, 
.cta-column a {
  margin-top: 10px;
}