.elementor .swingg{animation: 20s infinite imgswing;
}

@keyframes imgswing {
  0%, to {
      transform: translate(0, 0) rotate(0) scale(1);
  }
  49.6% {
      transform: translate(0, 0) rotate(5deg) scale(1.05);
  }\n}.elementor .icon-svg{display:block;justify-content:center;align-items:center;align-self:center;}