.elementor-315 .elementor-element.elementor-element-7b10d9b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-8a4e639 */.scroll-marquee-wrapper {
    overflow: hidden;
    width: 100%;
    background: #fff;
    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: #F5BD00;
    font-family: 'Nunito sans';
    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 */