
#howitwork_block {}
#howitwork_block li {
    float:left;
    padding:15px 10px !important;
    font-size:16px;
    font-weight: 500;
    text-align: center;
}

#howitwork_block .width4 {
    display: inline-flex;
    justify-content: space-between;
    text-align: center;
    width: 100%;
}
#howitwork_block li img{
    max-width: 120px;
}
#howitwork_block li div {
    padding-top:12px;
}
.head_howitworks {
    text-transform: unset;
}
.arrow-howitworks {
    display: inline-flex;
    align-items: center;
}
.arrow-howitworks img {
    min-width: 75px;
}
@media (max-width: 767px) {
    #howitwork_block .width4 {
        flex-wrap: wrap;
    }
    #howitwork_block li {
        flex-basis: 50%;
    }
    .arrow-howitworks {
        display: none;
    }
}