.counter-top-area .rts-counter-list-inner {
  gap: 18px;
  align-items: center;
}
.counter-top-area .rts-counter-list-inner .counter-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  height: auto;
  background: #dfdbf9;
  border-radius: 100px;
  display: inline-block;
}

.count-text .count-number {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -1.92px;
  margin-bottom: 20px;
  display: flex;
  gap: 5px;
}
.count-text .title {
  color: var(--e-global-color-secondary);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.4px;
  margin-bottom: 0;
  display: inline-block;
}/*# sourceMappingURL=counter.css.map */