.elementor-56021 .elementor-element.elementor-element-601dba82{--display:flex;}body.elementor-page-56021{--ang-classes-border:rgba(79, 122, 233, 0.58);--ang-classes-label:#406DE1;--ang-css-border:rgba(211, 0, 0, 0.35);}/* Start custom CSS for text-editor, class: .elementor-element-626989f5 */ol.steps {
  list-style-type: none; /* Remove default numbering */
  counter-reset: my-counter; /* Initialize a counter */
}

ol.steps > li {
  counter-increment: my-counter; /* Increment the counter for each list item */
margin-left:5em;  
margin-bottom: 1em;
}

ol.steps > li::marker {
  content: "Step " counter(my-counter) ". "; /* Add "Item " before the number and a period after */
  /* You can add further styling here, e.g., color, font-weight, etc. */
font-size: 2em; /* Increases the marker font size */
}

ol.steps > li >div {
margin:-.75em 0 0 -5em;  
}
ol.steps table {
   margin-left: -2em;
   width:100%;
   font-size: .7em;
    
}
ol.steps table th{
    background-color:#F8C192;
    
}/* End custom CSS */