.information-fork-section .fork-row:after {
    content: "";
    height: 100%;
    position: absolute;
    width: 1.5em;
    background: url(/wp-content/themes/custom-wp-theme/img/arrow-fork.png);
    background-size: 100% 100%;
    right: -1.5em;
    background-repeat: no-repeat;
    top: 0;
}
.information-fork-section .fork-row {
    background: #BDECFF;
    position: relative;
    font-weight: 600;
}
.information-fork-section .if_cont-text {
    max-width: 550px;
}
.information-fork-section h5 {
    font-size: 20px;
    font-weight: 600;
    color: #0093CE;
}
@media(max-width:720px){
    .information-fork-section h5 {
        font-size: 18px;
    }
}