#about-us {
  position: sticky;
  top: 100px;
  z-index: 10;
}
#contact-us {
  position: sticky;
  top: 100px;
  z-index: 10;
}
