.elementor-2334 .elementor-element.elementor-element-d1c00a3{margin-top:76px;margin-bottom:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}/* Start custom CSS for heading, class: .elementor-element-d0e6eef */.box {
           position: relative;
      animation: moveRight 2s ease-in-out infinite alternate;
    }

    @keyframes moveRight {
      0% {
        left: 0;
      }
      100% {
        left: 1000px;
      }
    }/* End custom CSS */