.counter-block-four .inner-box {
  position: relative;
}
.counter-block-four .inner-box .count-box .counter {
  font-family: var(--style-font);
  background: var(--gradient-14);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: var(--style-font);
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  font-size: clamp(100px, 17.68vw, 283.448px);
  line-height: 0.85;
  margin-top: 0;
  margin-bottom: 0;
}