.innerimg lottie-player {
  max-width: 300px !important;
  height: 300px !important;
  -webkit-animation-name: bob-on-hover-float, bob-on-hover;
  animation-name: bob-on-hover-float, bob-on-hover;
  -webkit-animation-duration: 1.5s, 2.5s;
  animation-duration: .5s, 2.5s;
  -webkit-animation-delay: 0s, .5s;
  animation-delay: 0s, .5s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  transform-style: preserve-3d;
  will-change: transform;
  margin: 0 auto;
}
.icon-text-div .itemdiv lottie-player {
  width: 70%;
}