.ticker-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    transform: translate3d(0, 0, 0);
  }

  .ticker-wrapper .elementor-icon-list-items {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: fit-content;
    box-sizing: border-box;
    will-change: transform;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
  }

  .ticker-wrapper .elementor-icon-list-item {
    flex-shrink: 0;
    white-space: nowrap;
    /* Optional: Abstand vergrößern */
    /* padding-right: 40px; */ 
  }