.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for image, class: .elementor-element-993318c */.elementor-12 .elementor-element.elementor-element-993318c {
    height: 80px;
    width: 80px;
    animation-name: scribble;
    animation-duration: 4s;
    animation-timing-function: steps(1);
    animation-iteration-count: infinite;
}

 @keyframes scribble {
    0%   { transform: rotate(90deg) scale(1); }
    33%  { transform: rotate(270deg) scale(1.1); }
    66%  { transform: rotate(160deg) scale(0.9); }
    100% { transform: rotate(30deg) scale(1.05); }
}/* End custom CSS */