.steps-box-x {
    display: flex;
    justify-content:center;
}
.steps-box-x li{
    flex-grow:1;
    background: #f5f5f5;
    display: block;
    position: relative;
    text-align: center;
}
.steps-box-x li i.steps-box-dot{
    display: inline-block;
    position: absolute;
    left:50%;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #eee;
    text-align: center;
}