.info-title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 10px;
}
.info-title h2 strong {
    background-color: #ff6e00 ;
}
 .info-title h2 strong {
     width: 40px;
     height: 40px;
     display: inline-block;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     color: #fff;
     font-size: 18px;
     line-height: 40px;
     text-align: center;
     position: absolute;
     left: 0;
     top: 0;
 }
 .step {
     border-left: 1px solid #ddd;
     padding: 0px 0 0px 31px;
     margin: 0 0 10px 20px;
 }