.box {
    border: 1px solid #f9f9f9;
    padding: 15px 5px 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    background: #fff;
    margin-bottom: 20px;
    min-height: 122px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    line-height: 25px;
    color: #222;
}
.icon {
    margin-bottom: 5px;
}
.icon i {
    background: #008836;
    padding: 15px 14px;
    border-radius: 10px;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
}
.bg2 i{
    background: #FE0000;
}