/* Start custom CSS for text-editor, class: .elementor-element-59b640b */.wash ol {
  margin-left: 3rem;
  padding-right: 0;
  list-style-type: none; /* remove default */

}


.wash ol li {
  counter-increment: step-counter;  /*set it back */
  margin: 30px;  /* add margin to it */
  margin-left:-1.6rem;
  list-style-position: outside;
  text-indent: -2.55em;
  padding-left: em;
  
}

.wash ol li::before {
   /* use before to style it */
  content: counter(step-counter);
  margin-right: 15px;
  font-size: 70%;
  background-color: #8290a6;
  color: white;
  font-weight: bold;
  padding: 7px 10px;
  border-radius: 90px;
  list-style-position: outside;
}/* End custom CSS */