.single-post-ol-list {
  margin: 0 0 24px 24px;

  /* list-style: none; */

  /* counter-reset: custom-counter; */
}

.single-post-ol-li {
  position: relative;

  /* counter-increment: custom-counter; */
}

.single-post-ol-li::marker {
  font-family: Satoshi-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 28px; /* 140% */
  color: var(--e-global-color-brand);
  text-align: center;
}

.item-title {
  margin-bottom: 15px;
  font-family: Satoshi-Bold;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: 'liga' off;
  line-height: 28px; /* 140% */
  color: var(--e-global-color-text);
}

.item-text {
  font-family: Satoshi-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  color: rgb(240 243 250 / 80%);
}