.elementor-2889 .elementor-element.elementor-element-35796c2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5ebac00 */.scroll-marquee-wrapper {
    overflow: hidden;
    width: 100%;
    padding: 1rem 0;
    position: relative;
  }

  .scroll-marquee {
    display: flex;
    white-space: nowrap;
    will-change: transform;
  }

  .scroll-marquee-inner {
    display: flex;
    
  }

  .scroll-marquee-item {
    display: inline-flex;
    align-items: center;
    margin: 0 2rem;
    gap: 1rem;
    white-space: nowrap;
    font-weight: 700;
    color: #EE1313;
    font-family: 'Lora';
    font-size: 68px;
  }

  .scroll-marquee-item img {
    height: 12px;
    width: auto;
    display: block;
  }
 @media screen and (max-width: 1570px) {
     .scroll-marquee-item {
    font-size: 48px;
  }
 }
 @media screen and (max-width: 1024px) {
     .scroll-marquee-item {
    font-size: 38px;
  }
  .scroll-marquee-item img {
    height: 8px;
  }
 }
 @media screen and (max-width: 767px) {
     .scroll-marquee-item {
    font-size: 28px;
    margin: 0 1rem;
  }
  .scroll-marquee-item img {
    height: 7px;
  }
 }/* End custom CSS */