/* Add spacing between stacked button columns on mobile */
@media (max-width: 767px) {
  .mobile-button-stack .vc_column_container {
    margin-bottom: 16px;
  }

  .mobile-button-stack .vc_column_container:last-child {
    margin-bottom: 0;
  }
}