.falling-balls,
.balls-balancing {
  overflow: hidden;
}
.falling-balls lottie-player {
  transform: scale(2.2);
  right: 5.5rem;
  bottom: 8.3rem;
  position: relative;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.balls-balancing .image-wrapper svg {
  max-width: 100%;
  width: 100%;
  transform: scale(1.4);
  position: relative;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .falling-balls lottie-player {
    transform: scale(1.5);
    right: -0.5rem;
    bottom: 0.2rem;
  }
  .balls-balancing .image-wrapper svg {
    transform: scale(1.3);
  }
}
@media (max-width: 768px) {
  .falling-balls .mobile-image svg,
  .falling-balls .mobile-image img,
  .balls-balancing .mobile-image svg,
  .balls-balancing .mobile-image img {
    margin: 20px 0 35px;
  }
}