#steps{display:flex;flex-wrap:wrap}
#steps .wrapStep{width:25%;text-align:center}
#steps .wrapStep img{width:100px;height:100px;background:#ccc}
#steps .wrapStep span.title{display:block}
@media all and (max-width:425px){
    #steps .wrapStep{width: 100%;text-align:unset;margin-bottom:12px}
    #steps .wrapStep img,#steps .wrapStep .title{float:left}
}