.test-gsap {
  padding: 120px 0;
  text-align: center;
}
.test-gsap__box {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, #00c6ff, #0072ff);
  margin: 60px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  border-radius: 12px;
  cursor: grab;
  user-select: none;
}
.test-gsap__scroll {
  background: #f4f4f4;
  margin-top: 100vh;
  padding: 80px 0;
}
