.elementor-150 .elementor-element.elementor-element-c0c0680{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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 );}.elementor-150 .elementor-element.elementor-element-770abc6 img{width:100%;max-width:100%;height:60px;object-fit:contain;object-position:center center;}/* Start custom CSS for image, class: .elementor-element-770abc6 */.elementor-150 .elementor-element.elementor-element-770abc6:before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    border: 1px solid white;
    border-radius: 50px;
    z-index: -1;
    right: 17px;
    opacity: .4;
    top: -5px;
    animation: roundBounce 1.5s infinite ease-in-out;
}

.elementor-150 .elementor-element.elementor-element-770abc6:after {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    border: 1px dashed white;
    border-radius: 50px;
    z-index: -1;
    right: 7px;
    top: -15px;
        opacity: .4;
        animation: roundBounce 1.5s infinite ease-in-out;
    
}

@keyframes roundBounce {
  0% {
    transform: scale(1)
  }
  
  50% {
      transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}/* End custom CSS */