.need-wrapper{
    width: 930px;
    margin-left: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.need-wrapper .need-item{
    width: 452px;
    height: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}
.need-wrapper .need-item .count-bg{
    height: 68px;
    line-height: 68px;
    width: 57px;
    background-image: url(../images/other/bg-count.png);
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    font-size: 22px;
    font-family: Bebas;
    color: #2E3A59;
    box-sizing: border-box;
    padding-left: 10px;
}
.need-wrapper .need-item .item-content{
    width: 408px;
    height: 140px;
    background: #F1F2F4;
    border-radius: 6px;
    font-size: 18px;
    color: #2E3A59;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    align-items: center;
    line-height: 1.4;
}