.hero-orb {
  display: block;
  width: 88px;
  height: 88px;
  margin: auto;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  transform: none;
  filter: drop-shadow(0 18px 25px rgb(70 35 165 / 20%));
  box-shadow: none;
}
