/* Positioning fix for the service section after the video */
#services-section {
  position: relative;
  z-index: 10;
  background-color: #fff;
  width: 100%;
}

@media (max-width: 991.98px) {
  #services-section {
    margin-top: auto;
  }
}