/* Infographic */
 .onw-infographic ul li {
     list-style: none!important;
     margin-bottom: 50px;
     position: relative;
     background: none;
     padding: 0;
     margin: 0;
}
 .onw-infographic ul {
     padding-left: 40px!important;
     margin: 0;
     margin-left: 40px;
     border-left: solid 5px #fdeed8;
     counter-reset: onw-steps;
     position: relative;
}
 .onw-infographic ul li h3:before {
     content: counter(onw-steps);
     background-color: #ffffff;
     position: absolute;
     left: -70px;
     top: -15px;
     border: solid 15px #ffffff;
     background-size: contain;
     background-position: center;
     background-repeat: no-repeat;
     display: block;
     counter-increment: onw-steps;
     text-align: center;
     width: 25px;
}
 .onw-infographic ul li:last-child h3:before {
     border-bottom: solid 500px #ffffff;
}
 .onw-infographic {
    position: relative;
    overflow: hidden;
}
 .onw-infographic ul li h3 {
    padding: 0;
    margin: 0 0 10px;
}
 .onw-infographic ul li p {
    margin: 0 0 15px;
}
/* END Infographic */