.p-cs-stats {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-cs-stats__item {
  display: flex;
  flex-direction: column;
}
.p-cs-stats__item:not(:last-child) {
  border-bottom: solid 1px #ffffff;
  padding-bottom: 30px;
}
.p-cs-stats__item__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.p-cs-stats__item__number {
  font-size: 48px;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 20px;
}
.p-cs-stats__item__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}/*# sourceMappingURL=pax8-case-studies-public.css.map */