/* kontener wokół */
.seb-counter-wrapper {
  text-align: center;
  margin: 2em 0;
}

/* tytuł */
.seb-counter-title {
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  color: #7b8794;
  margin-bottom: 0.5em;
}

/* liczba */
.seb-counter {
  display: inline-block;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  color: #7b8794;
}

/* prefix/sufix (jeśli ich użyjesz) */
.seb-counter-prefix,
.seb-counter-suffix {
  font-size: 1rem;
  line-height: 1;
  color: #7b8794;
  margin: 0 0.2em;
}
