/* Start custom CSS for html, class: .elementor-element-b73cc37 */h3 {
  background-color: lightblue;
  background-size: auto;
  list-style-type: square;
  outline-style: double;
  outline-color: red;
  outline-width: 6px;
  padding:8px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: 8px;
  margin-left: 8px;
  counter-increment: section;
  content: "Step " counter(section) ": ";
}
h1 {
  text-align: center;
}

h3::before {

  content: "Step " counter(section) ": ";
}/* End custom CSS */