.elementor-50081 .elementor-element.elementor-element-35a37bf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-50081 .elementor-element.elementor-element-2e31858 > .elementor-widget-container{margin:10px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-2e31858 */.marquee {
    
    line-height: 50px;
    
    color: black;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.marquee p {
    font-weight: 600;
    color: #184d43;
    font-size: 15px;
    display: inline-block;
    padding-left: 100%;
    
    animation: marquee 15s linear infinite;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}/* End custom CSS */