.demand-numbers-item{
    width: 100%;
}

.demand-numbers-item:first-child{
    padding: 0 32px 0 0;
}

.demand-numbers-item:not(:first-child){
    border: none;
    border-left: 1px solid #E3E3E4;
    padding: 0 32px;
}

.demand-numbers-item:last-child{
    padding: 0 0 0 32px;
}

.demand-numbers-icon-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #E9F2FF;
}

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

    .demand-numbers-item:first-child{
        padding: 0 0 32px 0;
    }

    .demand-numbers-item:not(:first-child){
        padding: 32px 0;
        border: none;
        border-top: 1px solid #E3E3E4;
    }

    .demand-numbers-item:last-child{
        padding: 32px 0 0 0;
    }
}
