#infographics
{
    font-size: 14px;

    margin-bottom: 40px;
    padding: 22px 0 0;

    text-align: center;

    background: #f6f6f6;
}
#infographics .in-item-i
{
    padding: 0 20px 20px;
}
#infographics .img-in-item-i
{
    height: 54px;
    padding-bottom: 4px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#infographics .img-in-item-i img
{
    max-height: 100%;
}
#infographics .in-infographics
{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
