.text {
  max-width: 35rem;
  margin: 0 auto;
}

ol {
  counter-reset: item;
  list-style-type: none;
  display: block;
}

/*ol li:before {
  content: counter(item) "  ";
  counter-increment: item;
  font-size: 3em;
  position: relative;
  top: 1em;
  right: 1em;
}*/

dt {
  font-weight: bold;
  margin: 0 0 1em 0;
  background-color: #f8faff;
  padding: 1em;
}

dt span {
  font-size: 1.5em;
}

dd {
  margin: 0 0 3em 0;
}
