/*------- FunFact -------*/
.power_funbox.type1{
    display: flex;
    align-items: center;
}
.power_funbox.type1 .power_fun_content{
    text-align: left;
    padding-left: 20px;
}
.power_funbox.type2{
    text-align: center;
}
.power_funbox.type3{
    position: relative;
    text-align: center;
}
.power_funbox.type3 .power_fun_image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
}
.power_funbox .power_fun_image i{
    font-size: 60px;
    line-height: 72px;
    color: #999;
}
.power_fun_content{
    position: relative;
    z-index: 2;
    display: inline-block;
}
.power_funbox .power_fun_value{
    font-family: inherit;
    font-size: 60px;
    line-height: 50px;
    font-weight: 600;
    font-style: normal;         /* default,normal,italic,oblique */
    text-transform: uppercase;  /* default,normal,uppercase,lowercase,capitalize */
    text-decoration: none;      /* default,none,underline,overline,line-through */
    color: #444;
    letter-spacing: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-shadow: none; /* none */
}
.power_funbox .power_fun_title{
    font-family: inherit;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    font-style: normal;         /* default,normal,italic,oblique*/
    text-transform: capitalize;  /* default,normal,uppercase,lowercase,capitalize */
    text-decoration: none;  /* default,none,underline,overline,line-through */
    color: #444;
    letter-spacing: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-shadow: none; /* none */
}
