.elementor-579561 .elementor-element.elementor-element-acb1584{--display:flex;}/* Start custom CSS */.legal ul li:before {
    display: none;
}


.legal ul {
    list-style-type: disc;
    padding: 0 0 0 1em;
}

.legal ul li {
    padding-left: 0;
}

ol > li::marker {
  font-weight: bold !important;
}

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li ol,
ol > li ul {
    margin-top: 1em !important;
}

ol > li ul {
       margin-top: 0.5em !important;
    margin-bottom: 1em !important;
}


ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;  
  font-weight: 800
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") " ";
}
li > strong {
    display: block;
}/* End custom CSS */