@media (max-width: 1000px) {
  .home-video.headerVideo {
    display: none;
  }

  .section1 {
    background-image: url("../img/services/banner-mbl.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section2 {
    background: none;
  }
}

.exactCard {
  background: #ffffffa3;
  padding: 20px;
  margin-top: 20px;
}

figure.sponsor-brands {
    margin: 0;
    margin-top: 3rem;
}