#statistics-counter {
    margin-bottom: 40px;
    padding-top: 120px;
}
.home #statistics-counter {
    margin-bottom: 100px !important;
    padding-top: 120px;
}
#statistics-counter.interior-page {
    margin: 40px 0 80px 0 !important;
    padding-top: 0;
}
#statistics-counter .uvc-heading {
    flex-direction: column;
}
#statistics-counter .uvc-main-heading h3 {
    width: 100%;
}
#statistics-counter > .wpb_column {
    display: flex;
    justify-content: center;
    padding: 0 40px 0 20px;
    border-right: 1px solid #BBBBBB;
    padding-top: 40px;
}
#statistics-counter > .wpb_column:nth-of-type(3) {
    border: none;
}
#statistics-counter > .wpb_column > .vc_column-inner {
    max-width: 320px;
}
#statistics-counter > .wpb_column .stats-number, .stats-top .stats-desc  {
    font-family: "Roboto Bold";
    font-size: 112px !important;
    line-height: 60px;
    color: #AD2E24;
    text-align: left !important;
}
#statistics-counter > .wpb_column .stats-number:after {
    display: inline-block;
    font-size: 112px !important;
    line-height: 60px;
    color: #AD2E24;
}
#statistics-counter > .wpb_column:nth-of-type(1) .stats-number:after {
    content: '+';
}
#statistics-counter > .wpb_column:nth-of-type(2) .stats-number:after {
    content: 'k';
}
#statistics-counter > .wpb_column:nth-of-type(3) .stats-number:after {
    content: 'm';
}

#statistics-counter > .wpb_column h3 {
    font-family: "Roboto Medium";
    font-size: 26px;
    line-height: 27px;
    margin-bottom: 20px;
}
#statistics-counter > .wpb_column .uvc-sub-heading {
    font-family: "Inter Regular";
    font-size: 16px;
    line-height: 21px;
    min-height: 84px;
}
@media screen and (max-width: 1208px) {
    #statistics-counter > .wpb_column .stats-number, .stats-top .stats-desc,
    #statistics-counter > .wpb_column .stats-number:after {
        font-size: 92px !important;
    }
    #statistics-counter > .wpb_column h3 {
        font-size: 22px;
        line-height: 25px;
    }

    @media screen and (max-width: 1060px) {
        #statistics-counter {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }
        #statistics-counter > .wpb_column .stats-number, .stats-top .stats-desc,
        #statistics-counter > .wpb_column .stats-number:after {
            font-size: 82px !important;
        }
        #statistics-counter > .wpb_column h3 {
            font-size: 20px;
            line-height: 21px;
        }

        @media screen and (max-width: 920px) {
            #statistics-counter > .wpb_column {
                border: none;
                width: 100%;
            }
            #statistics-counter > .wpb_column .stats-number, .stats-top .stats-desc,
            #statistics-counter > .wpb_column .stats-number:after {
                font-size: 112px !important;
            }
            #statistics-counter > .wpb_column h3 {
                font-size: 26px;
                line-height: 27px;
            }

            #statistics-counter > .wpb_column > .vc_column-inner > .wpb_wrapper {
                display: flex;
                flex-direction: column;
                /*justify-content: space-between;*/
            }

            #statistics-counter > .wpb_column .uvc-sub-heading {
                /*min-height: 128px;*/
            }

            @media screen and (max-width: 767px) {
                #statistics-counter > .wpb_column > .vc_column-inner {
                    max-width: unset;
                    border-bottom: 1px solid #BBBBBB;
                }
                #statistics-counter > .wpb_column:last-of-type > .vc_column-inner {
                    border: none;
                }
                #statistics-counter > .wpb_column > .vc_column-inner > .wpb_wrapper {
                    flex-direction: row;
                    align-items: flex-start;
                }

                #statistics-counter > .wpb_column .stats-number, .stats-top .stats-desc, #statistics-counter > .wpb_column .stats-number:after {
                    font-size: 62px !important;
                    display: flex;
                    flex-direction: row;
                    padding: 0;
                    line-height: 32px;
                }
                #statistics-counter .uvc-heading {
                    text-align: right !important;
                    align-items: flex-end;
                }
                #statistics-counter > .wpb_column .uvc-main-heading {
                    display: flex;
                    justify-content: flex-end;
                }
                #statistics-counter > .wpb_column h3 {
                    /*font-size: 15px;*/
                    /*line-height: 13px;*/
                    text-align: right;
                    width: 70%;
                }
                #statistics-counter > .wpb_column .uvc-sub-heading {
                    /*font-size: 12px;*/
                    /*line-height: 12px;*/
                }

                .align-right {
                    text-align: unset;
                }
                .banners__wrapper > .wpb_column > .vc_column-inner .section-heading .align-right > .vc_column-inner > .wpb_wrapper {
                    align-items: flex-start;
                }

                #our-approach-banners .uvc-heading h2 {
                    width: 80%;
                }

                .stats-block, .wpb_row .wpb_column .wpb_wrapper .stats-block {
                    position: relative;
                }
                .stats-top .stats-desc {
                    position: absolute;
                }
                #statistics-counter > .wpb_column .stats-number, .stats-top .stats-desc, #statistics-counter > .wpb_column .stats-number:after {
                    font-size: 52px !important;
                    line-height: 55px !important;
                }
                #statistics-counter > .wpb_column h3 {
                    font-size: 22px;
                    line-height: 25px;
                }
            }
        }
    }

}
