/* Make sure the very first row starts flush at the top */
.vc_row:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Add breathing room below the first (hero) row */
.vc_row:first-of-type {
  margin-bottom: 60px !important;  /* adjust as needed */
  padding-bottom: 20px !important;
}

/* Push the row right after the hero further down if it's overlapping */
.vc_row:nth-of-type(2) {
  margin-top: 80px !important;   /* adjust this number until it looks right */
}