.elementor .e-81013bb-dbc46b2{color:#ff0000;align-self:center;/* Apply continuous bounce animation to the element */
selector {
  animation: continuousBounce 2s ease-in-out infinite;
}

/* Define the movement using CSS Keyframes */
@keyframes continuousBounce {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-20px); /* Adjust this value to bounce higher or lower */
  }
}\n}.elementor .e-5a2a83a{flex-direction:column;}.elementor .e-c91ed96{width:50%;flex-direction:column;}.elementor .e-e6fd9d7{width:50%;flex-direction:column;}.elementor .e-7847070{width:100%;flex-direction:column;}.elementor .e-a380683{background-color:#ffffff;flex-direction:row;flex-wrap:wrap;}