.conrtents-body-selection-flow{
    background-color: #f5f5f5;
}

.step-box{
    width: 1000px;
    position: relative;
    margin: 200px auto;
}

.step-content{
    width: 185px;
    height: 170px;
    background-color: #C0D2E5;;
}

.step-content img{
    width: 80px;
    height: 80px;
    margin: 20px auto;
}

.step-title{
    font-size: 20px;
    font-weight: bold;
    color: #195690;
    padding-left: 30px;
}
.step-txt{
    padding: 50px;
    background-color: #ffffff;
    position: absolute;
    top: 100px;
    left: 145px;
    width: 770px;
    box-shadow: 2px 2px 4px;
}