.scroll-section {
  position: relative;
  min-height: 300vh;
}

.scroll-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 300px 0 !important;
}

/* Images */
.scroll-images {
  position: relative;
  position: absolute;
  align-items: center;
  inset: 0;
  z-index: 20;
  display: block !important;

  img {
    position: absolute;
    will-change: transform;
    width: 50%;
    left: 25%;
    top: 25%;
    transform: translate(-50%, -50%);
  }
}

.img-1 {
  left: 10%;
  top: 20%;
  
}
.img-2 {
  left: 5%;
  top: 60%;
}
.img-3 {
  right: 10%;
  top: 70%;
}
.img-4 {
  right: 5%;
  top: 20%;
}
.img-5 {
  right: 15%;
  bottom: 10%;
}

/* Content animation */
.highlight-text {
  opacity: 0;
  transform: scale(0.95);
  transition: none;
  position: relative;
  z-index: 1;
}

@media (max-width: 1070px) {
  .highlight-text {
      font-size: var(--wp--preset--font-size--heading-3) !important;
      line-height: 1.4 !important;
  }
}

@media (max-width: 720px) {
  .highlight-text {
      line-height: 1.4 !important;
      font-size: var(--wp--preset--font-size--heading-4) !important;
  }
}

@media (max-width: 550px) {
  .highlight-text {
      line-height: 1.4 !important;
      font-size: var(--wp--preset--font-size--heading-5) !important;
  }
}
