﻿.div-items{
    display:flex;
    flex-flow: row nowrap;
    grid-column-gap:20px;
}
.div-items > div {
    flex: 1;
    padding: 40px 20px 50px 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-decoration: none;
    text-align: center;
}
.div-items > div:nth-child(1){
    background-color:#258411;
}
.div-items > div:nth-child(2) {
    background-color: #265c9b;
}

.div-items > div:nth-child(3) {
    background-color: #655022;
}

.div-items > div:nth-child(4) {
    background-color: #b100b7;
}

.div-items .one-item.item-5, .div-items > div:nth-child(5) {
    background-color: #cd4724;
}
.one-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.icon-wrap {
    background: #F9FAFB;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.icon-wrap img {
    height: 36px !important;
    width: auto;
    max-width: auto !important;
}
.div-items > div h3 {
    font-size: 40px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    color:#fff;
}
.div-items > div p {
    margin-bottom: 15px !important;
    line-height: normal;
    font-size: 18px;
}
.div-items hr{
    width: 40%;
    color: transparent !important;
    border-bottom: 1px solid #F9FAFB !important;
}
.statistic-wrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding-bottom: 40px;
}
.statistic-des {
    width: 40%;
}
.statistic-des p {
    font-size: 18px !important;
    line-height: normal !important;
}
.h-devider {
    max-width: 40%;
    width: 100%;
    height: 1px;
    background: #F9FAFB;
    margin-left: 37px;
}
.statistic-year {
    text-align: right;
    max-width: 150px;
    width: 100%;
}
.statistic-year h3 {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 0 30px;
}
@media (max-width: 991px) {
    .statistic-year {
        text-align:  center;
    }
    .h-devider {
        display: none;
    }
}