.numbered {

  list-style         : decimal outside none;
  margin-inline-start: 1.75em;

  li {
    display: list-item;
  }

}