/* remove animation from custom elementor widgets */
@media all and (max-width: 767px) {
  .animatedcustom.animated.fadeInLeft {
    animation: 0!important;
  }
  .animatedcustom.animated.fadeInRight {
    animation: 0!important;
  }
  .animatedcustom.animated.tada {
    animation: 0!important;
  }
  .animatedcustom.animated.fadeInUp {
    animation: 0!important;
  }
}