.terme_of_use_ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
  margin-bottom: 3.5rem;
}

.terme_of_use_ol li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
  font-size: 16px;
}

.terme_of_use_ol li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

.terme_of_use_ol li li {
  margin: 0;
}

.terme_of_use_ol li li:before {
  content: counters(item, ".") " ";
}

.information-container>ol:first-child>li:before {
  font-size: 24px;
  font-weight: bold;
}