.text-ticker--wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-ticker--text {
  width: 100%;
  font-weight: 500;
  font-size: clamp(4rem, -0.2571rem + 16.0267vw, 10rem);
  letter-spacing: clamp(-0.4rem, 0.0103rem - 0.6411vw, -0.16rem);
  line-height: 1;
  white-space: nowrap;
  position: relative;
  padding-right: 4.5rem;
  display: inline;
}
.text-ticker--text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.875rem;
  width: 0.75rem;
  height: 0.75rem;
  background: var(--Medium-Indigo);
  border-radius: 100%;
}
.text-ticker .underline-greatest {
  background: url("_images/underline-greatest.png") no-repeat bottom right;
  background-size: contain;
  padding-bottom: 20px;
}
