.counter-item-style2 {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  border-radius: 20px;
}
.counter-item-style2 .counter {
  font-size: 80px;
  color: var(--theme-color4);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 575.98px) {
  .counter-item-style2 .counter {
    font-size: 55px;
  }
}
.counter-item-style2 .title {
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  margin-top: 0;
}