.ar-instruction-list {
    list-style-type: decimal;	
  }
  
  .ar-instruction-list li:after {
    content: "";
    width: 2px;
    height: 5px;
    background-color: green;
  }