.style_arrowLeftImage__XsxNf,
.style_arrowRightImage__frcBr {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  box-shadow: 0 8px 15px black;
}

.style_arrowRight__0Fbgo {
  position: absolute;
  right: 0;
  transition: transform .2s;
}

.style_arrowRight__0Fbgo:hover {
  cursor: pointer;
  transform: scale(1.3);
}

.style_arrowLeft__9oshg {
  position: absolute;
  left: 0;
  transition: transform .2s;
}

.style_arrowLeft__9oshg:hover {
  cursor: pointer;
  transform: scale(1.3);
}

