.progress-stap i{
    width:  1.05rem;
    height: 1.05rem;
    display: block;
}
.progress-stap li:nth-child(1) i{
    background: url(../../image/053_icon_01.png) center no-repeat;
    -o-background-size: cover;
       background-size: cover;
}
.progress-stap li:nth-child(2) i{
    background: url(../../image/054_icon_02.png) center no-repeat;
    -o-background-size: cover;
       background-size: cover;
}
.progress-stap li:nth-child(3) i{
    background: url(../../image/055_icon_03.png) center no-repeat;
    -o-background-size: cover;
       background-size: cover;
}
.progress-stap li:nth-child(4) i{
    background: url(../../image/056_icon_04.png) center no-repeat;
    -o-background-size: cover;
       background-size: cover;
}
.progress-stap li:nth-child(5) i{
    background: url(../../image/057_icon_05.png) center no-repeat;
    -o-background-size: cover;
       background-size: cover;
}
.progress-stap li:nth-child(6) i{
    background: url(../../image/058_icon_06.png) center no-repeat;
    -o-background-size: cover;
       background-size: cover;
}
.progress-stap li{
    background-color: #335d8a;
    height: 5.5rem;
}
.img-container{
    width: 11rem;
}
@media screen and (min-width:2048px){
    .img-container{
        width: 50%;
    }
    .progress-stap li{
        height: auto;
    }
}