.sponsorship .layer {
  position: relative;
  margin: 0 50px;
}

.sponsorship .layer .arrow {
  position: absolute;
  top: 200px;
  height: 30px;
  width: 30px;
}

.sponsorship .layer .arrow.left {
  left: -45px;
  transform: translateY(-50%);
  background: url(/2024/images/sponsorships/icons/left.png) no-repeat;
}

.sponsorship .layer .arrow.right {
  right: -45px;
  transform: translateY(-50%);
  background: url(/2024/images/sponsorships/icons/right.png) no-repeat;
}