.scroll-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 250px; 
  overflow: visible;    
  position: relative; 
}

.scroll-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.item {
  position: relative;
  opacity: 0;
  margin-top: -130px;
  transform: translateY(60px);
}

.item img {
  width: 100%;
  max-width: 650px;
  display: block;
  margin: 0 auto;
}

.item.strips-5 {
  margin-top: -240px;
}
.item.strips-bg img{
  max-width: none;
}
.item.strips-1 {
    z-index: 11111;
}
.item.strips-2 {
    z-index: 1111;
}
.item.strips-3 {
    z-index: 111;
}
.item.strips-4 {
    z-index: 11;
}
.item.strips-5 {
    z-index: 999;
}
.item.strips-bg {
  z-index: 9;
  position: absolute;
  bottom: 0px;
  width: 100%;
}







