.counter-item-style4 {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.counter-item-style4 .count-box {
  font-size: 60px;
  letter-spacing: -0.06em;
  color: var(--headings-color);
  font-weight: 500;
  line-height: 1;
}
.counter-item-style4 .title {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: var(--text-color);
}