.elementor-1893 .elementor-element.elementor-element-4941095{--display:flex;}/* Start custom CSS */#numbered-step-one::before{
    content:"Step 1";
}
#numbered-step-two::before{
    content:"Step 2";
}
#numbered-step-three::before{
    content:"Step 3";
}
#numbered-step-four::before{
    content:"Step 4";
}
#numbered-step-five::before{
    content:"5";
}
.numbered-step::before{
  display: block;
  width: 90px;
  height: 90px;
     background: linear-gradient(135deg, #00D563 0%, #00b854 100%);
  border-radius: 50%;
  line-height: 90px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin: 0 auto 20px auto; 
  position: absolute;
    top:-50px;
    left:35%;
}/* End custom CSS */