.arrow img {
  position: relative;
  top: 0;
  transition: ease 0.5s;
  opacity: 70%;

}
.arrow:hover img {
  top: -10px;
  opacity: 100%;
}
