/* Keep the home sections in normal flow on desktop. The legacy Bizlab theme
   applies a -127px margin to .our-history, which makes it overlap the intro. */
@media only screen and (min-width: 992px) {
  .sp-page-builder .page-content #section-id-1512975898299.our-history {
    margin-top: 0 !important;
  }
}
