#flow-step div.row div div {
    border-bottom: #dddddd 1px solid;
    margin-bottom: 1em;
    height: 310px;
}

#flow-step div.row div:not(:first-child) div:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    content: "\f101";
    color: #5b8425;
    font-size: 40px;
    position: relative;
    top: 25px;
    left: -47%;
    margin-bottom: -68px;
    display: block;
}
@media screen and (max-width: 767px) {
    #flow-step div.row div:not(:first-child) div:before {
        display: none;
    }
}
#flow-detail li {
    padding:10px 10px 10px 20px;
    border:1px solid #5b8425;
    margin: 0 2em 2em 0;
}