:root{--page-title-display:none;}/* Start custom CSS for image, class: .elementor-element-055ba6b */@keyframes moving {
            0% {
                margin-left: 0;
            }
            25% {
                margin-left: 200px;
            }
            50% {
                margin-left: 100px;
                transform: rotate(90deg);
            }
            100% {
                margin-left: 300px;
            }
}
        
.elementor-2 .elementor-element.elementor-element-055ba6b {
    border: 10px solid red;
    animation-name: moving;
    animation-duration: 2s;
    animation-iteration-count: 10;
}/* End custom CSS */