ul.stat-count-list-02 {
    text-align: center;
}

ul.stat-count-list-02 li {
    display: inline-block;
    margin: 0 20px 30px;
    padding: 0 20px;
    position: relative;
}

ul.stat-count-list-02 li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -24px;
    width: 2px;
    background: #EDEDED;
}

ul.stat-count-list-02 li:last-child {
    padding-right: 0;
    margin-right: 0;
}

ul.stat-count-list-02 li:last-child:after {
    display: none;
}

.stat-count-item-02 .number {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}

.stat-count-item-02 h4,
.stat-count-item-02 h5,
.stat-count-item-02 h6 {
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 400;
}