.mass-flow-item:first-child{
    padding-right: 24px;
}

.mass-flow-item:not(:first-child){
    padding: 0 24px;
    border: none;
    border-left: 1px solid #E3E3E4;
}

.mass-flow-item:last-child{
    padding-left: 24px;
}

.mass-flow-percentage{
    display: flex;
    padding: 4px 9px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background-color: #E9F2FF;
    color: #131B41;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

@media (max-width: 767px) {
    .mass-flow-list {
        flex-direction: column;
    }

    .mass-flow-item:first-child{
        padding: 0 0 24px 0;
    }

    .mass-flow-item:not(:first-child){
        padding: 24px 0;
        border: none;
        border-top: 1px solid #E3E3E4;
    }

    .mass-flow-item:last-child{
        padding: 24px 0 0 0;
    }
}
