.paragraph--type--ticker {
    background: var(--green);
    color: var(--purple);
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
}

.paragraph--type--ticker .ticker-content,
.paragraph--type--ticker .ticker-content > div {
  display: inline-block;
  will-change: transform;
}

.paragraph--type--ticker .ticker-content,
.paragraph--type--ticker .ticker-content > div {
  display: flex;
  gap: 40px;
}