.page {
  z-index: 1;
  position: relative;
  width: 100vw;
  max-width: 1920px;
  margin: 0 auto;
  justify-content: flex-start;
}

.outer1 {
  z-index: 3;
  justify-content: flex-start;
  position: relative;
}

.section1 {
  z-index: 4;
}

.img-con {
  position: relative;
}

.img-con img {
  display: block;
  width: 100%;
  margin: 0;
}
