.statistics-block {
  margin-bottom: 48px;
  margin-top: 48px;
}

.statistics-block .statistics {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  color: var(--wp--preset--color--purple);
}

.statistics-block li.stat {
  border-left: 1px solid var(--wp--preset--color--gray);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 12px;
}

.statistics-block li.stat:first-child {
  border-left: none;
}

.statistics-block p,
.statistics-block a,
.statistics-block strong,
.statistics-block em,
.statistics-block span {
  color: var(--wp--preset--color--purple);
}

.statistics-block .stat-prefix,
.statistics-block .stat-number,
.statistics-block .stat-suffix {
  font-size: 30.3px;
  line-height: 1;
  text-align: center;
  font-weight: 400;
}

@media (min-width: 780px) {
  .statistics-block .stat-prefix,
  .statistics-block .stat-number,
  .statistics-block .stat-suffix {
    font-size: 57px;
    line-height: 47px;
  }
}

.statistics-block .stat-subtext {
  color: var(--wp--preset--color--purple);
  text-align: center;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 13.3px;
  margin-top: 10px;
  max-width: 120px;
}

@media (min-width: 780px) {
  .statistics-block .stat-subtext {
    font-size: 15px;
    line-height: 19px;
    max-width: 190px;
  }
}
