.div-flow {
    background-color: #fffacd;
}
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 4px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow-right::before{
    width: 168px;
    height: 72px;
    background: #4169e1;
}
.arrow-right:after{
    left: 168px;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border: 36px solid transparent;
    border-left: 36px solid #4169e1;
}
.arrow-text{
    position: relative;
    z-index: 10;
}
.div-250 {
    width: 250px;
}
.h-step1 {
   height: 85px!important;
}
