.counter-item-style1 {
  position: relative;
}
.counter-item-style1 .inner-box .count-box .counter {
  color: var(--theme-color3);
  font-size: 100px;
  font-weight: 500;
  letter-spacing: -2px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 0;
}
.counter-item-style1 .inner-box .title-wrapper .title {
  margin-top: 0;
}