.counter-info{
	text-align: center;
} 
.counter-icon{
    font-size: 40px;
}
.counter-title {
    display: block;
}
.counters-item,
.number-prefix {
    font-size: 50px;
}
.counter-layout-side-icon .about-bottom-inner {
    text-align: left;
    padding-left: 10px;
}
.counter-layout-side-icon .experience-years {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.counter-layout-footer-icon .experience-years {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.counter-layout-footer-icon .about-bottom-inner {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    min-width: 100%;
}
.counter-layout-footer-icon .counter-icon {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 8px;
}
.elementor-align-center .experience-years {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
}
.elementor-align-right .experience-years {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
            text-align: right;
}
.elementor-align-left .experience-years {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
            text-align: left;
}
