.counter-item-style1 .counter {
  position: relative;
  margin: 0;
  font-size: 210px;
  font-weight: 300;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  gap: 19px;
}
.counter-item-style1 .counter .counter-postfix {
  line-height: 1;
  font-size: 80px;
  position: relative;
  top: -5px;
}
.counter-item-style1 .title {
  position: relative;
  margin-top: -5px;
  margin-bottom: 0;
  color: var(--theme-color2);
  font-weight: 300;
  text-transform: uppercase;
}