.countdown span {
  font-size: calc(var(--screenWidth) / 24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(
    --Linear,
    linear-gradient(
      92deg,
      #ffe126 5.51%,
      #fdd934 18.81%,
      #f6cc1c 33.71%,
      #ffe375 54.63%,
      #ffd11b 76.94%,
      #ffd900 87.16%,
      #e7d030 96.35%
    )
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  text-align: end;
}
