#counter {
	padding: 65px 0px;
    padding-bottom: 100px;
    overflow-x: hidden;
    position: relative;
    z-index: 25;
}
#counter .num {
    color:var(--primaryColor);
    font-weight: 700;
    font-size:50px;
    line-height: 50px;
    margin-right:15px;
}
#counter .text b {
    display:block;
    min-width: 100%;
    font-size:18px;
    line-height: 16px;
    color:var(--textColor);
    font-weight: 700;
}
#counter .text {
    font-size:18px;
    line-height: 10px;
    color:var(--textColor);
    font-weight: 300;
    display:flex;
    align-items: center;
    flex-wrap: wrap;
}
#counter .text span {
    font-size:18px;
    line-height: 18px;
    color:var(--textColor);
    font-weight: 300;
    display:block;

}

@media screen and (max-width:992px) {
	#counter {
        padding:15px 0px;
        padding-bottom:30px;
    }
	#counter .zoom {
	    zoom:85%;
	    margin-bottom:25px;
	    margin-top:25px;
	    text-align: center;
	  }  
	  #counter .zoom .flex {
	    display:block !important;
	  }  
	  #counter .text b,
	  #counter .text span {
	    display:contents;
	    line-height: 16px !important;
	  }
	  #counter .zoom .text {
	    margin-top:10px;
	  }
}