.brxe-sy-stats-section .ws-stats-wrap,
.brxe-sy-stats-section-nestable .ws-stats-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 8%;
  row-gap: var(--gap-l);
  padding: var(--padding-l);
  border-radius: var(--border-radius-m);
  overflow: hidden;
}

.brxe-sy-stats-section .ws-stats-content,
.brxe-sy-stats-section-nestable .ws-stats-content {
  width: 37%;
  flex: 0 0 37%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--gap-m);
}

.brxe-sy-stats-section .ws-stats-title,
.brxe-sy-stats-section .ws-stats-title *,
.brxe-sy-stats-section-nestable .ws-stats-title,
.brxe-sy-stats-section-nestable .ws-stats-title * {
  margin: 0;
  font-weight: 700;
}

.brxe-sy-stats-section .ws-stats-cta,
.brxe-sy-stats-section-nestable .ws-stats-cta {
  width: fit-content;
  max-width: 100%;
}

.brxe-sy-stats-section .ws-stats-figures,
.brxe-sy-stats-section-nestable .ws-stats-figures {
  width: 55%;
  flex: 0 0 55%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 8%;
  row-gap: var(--gap-l);
}

.brxe-sy-stats-section .ws-stats-item,
.brxe-sy-stats-section-nestable .ws-stats-item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: var(--gap-xxs);
}

.brxe-sy-stats-section .ws-stats-item-number,
.brxe-sy-stats-section-nestable .ws-stats-item-number {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  margin: 0;
}

.brxe-sy-stats-section .ws-stats-item-number-prefix,
.brxe-sy-stats-section-nestable .ws-stats-item-number-prefix {
  display: inline-block;
  line-height: 1;
  font-size: 0.62em;
  letter-spacing: -0.04em;
  margin-right: 0.06em;
  transform: translateY(0.22em);
}

.brxe-sy-stats-section .ws-stats-item-number-value,
.brxe-sy-stats-section-nestable .ws-stats-item-number-value {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}

.brxe-sy-stats-section .ws-stats-item-title,
.brxe-sy-stats-section-nestable .ws-stats-item-title {
  margin: 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
}

.brxe-sy-stats-section .ws-stats-item-description,
.brxe-sy-stats-section-nestable .ws-stats-item-description {
  margin: 0;
  text-align: center;
  line-height: 1.5;
  max-width: 32ch;
}

@media (max-width: 991px) {
  .brxe-sy-stats-section .ws-stats-wrap,
  .brxe-sy-stats-section-nestable .ws-stats-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .brxe-sy-stats-section .ws-stats-content,
  .brxe-sy-stats-section-nestable .ws-stats-content,
  .brxe-sy-stats-section .ws-stats-figures,
  .brxe-sy-stats-section-nestable .ws-stats-figures {
    width: 100%;
    flex-basis: 100%;
  }

  .brxe-sy-stats-section .ws-stats-figures,
  .brxe-sy-stats-section-nestable .ws-stats-figures {
    justify-content: flex-start;
    column-gap: var(--gap-m);
  }
}

@media (max-width: 767px) {
  .brxe-sy-stats-section .ws-stats-wrap,
  .brxe-sy-stats-section-nestable .ws-stats-wrap {
    padding: var(--padding-m);
    border-radius: var(--border-radius-s);
  }

  .brxe-sy-stats-section .ws-stats-figures,
  .brxe-sy-stats-section-nestable .ws-stats-figures {
    flex-direction: column;
    align-items: flex-start;
  }

  .brxe-sy-stats-section .ws-stats-item,
  .brxe-sy-stats-section-nestable .ws-stats-item {
    width: 100%;
    align-items: flex-start;
  }

  .brxe-sy-stats-section .ws-stats-item-title,
  .brxe-sy-stats-section .ws-stats-item-description,
  .brxe-sy-stats-section-nestable .ws-stats-item-title,
  .brxe-sy-stats-section-nestable .ws-stats-item-description {
    text-align: left;
  }
}
