.box {
  position: relative;
}

.arrow-wrap {
  position: absolute;
  top: 300px; 
  left: 75%; 
  pointer-events: none;
  z-index: 10;
}

.arrow-wrap img{
  width: 60%;
}

@media (max-width: 1024px) {
.arrow-wrap {
  top: 160px; 

}
    }
