.card_block_column::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 1px;
}

@media (max-width: 767px) {
    .card_block .container-fluid {
        padding-right: 0;
    }

    .scroll-row {
        margin-right: 0;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        -webkit-overflow-scrolling: touch;
    }

    .scroll-row::-webkit-scrollbar {
        display: none;
    }

    .custom-col {
        width: 19rem;
    }

    .card_block_img {
        height: 3.5rem;
    }

    .card_block .custom-col:first-of-type .card_block_column::before {
        content: none;
    }
}