.counter_area{
    background: #F5FBFF;
    padding: 100px 0 70px 0;
    .single_counter{
        margin-bottom: 30px;
        h3{
            margin-bottom: 18px;
            span{
                font-size: 50px;
                color: #2C2C2C;
                font-weight: 400;
            }
        }
        span{
            font-size: 16px;
            color: #919191;
            font-weight: 400;
        }
    }
}