.counter-item-style3 .count-box {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
}
.counter-item-style3 .count-box .counter {
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
@media (max-width: 575.98px) {
  .counter-item-style3 .count-box .counter {
    font-size: 50px;
    margin: 0;
  }
}
.counter-item-style3 .count-box .counter .counter-postfix {
  color: var(--theme-color1);
}
.counter-item-style3 .count-box .title {
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  margin-top: 0;
  color: #fff;
}