.brxe-text ul,
.rich-text ul {
  padding-left: 0.75em;
  list-style: none;
  line-height: 1.4;
}
.brxe-text ul strong,
.rich-text ul strong {
  font-weight: 600;
}
.brxe-text li,
.rich-text li {
  padding-left: 1.7em;
  position: relative;
}
.brxe-text li:not(:last-child),
.rich-text li:not(:last-child) {
  padding-bottom: var(--space-xs);
}
.brxe-text li::before,
.rich-text li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.25em;
  height: 0.5em;
  width: 0.5em;
  background-color: var(--color-primary);
  border-radius: 100px;
  box-shadow: 0 0 0 0.25em var(--color-primary-100);
}