.counter {
    padding: 20px 0;
    border-radius: 0;
    text-align: center;
}
.counter_col{
	border-bottom: 1px solid #EAEAEA;
}
.counter_col:last-child{
	border-bottom: none;
}
.count-title {
    font-size: 36px;
    font-weight: bolder;
    /*margin-top: 10px;*/
    margin-bottom: 0;
    text-align: center;
}

.count-text {
	font-family: 'poppins',sans-serif;
    font-size: 17px;
    font-weight: 500;
    /*margin-top: 10px;*/
    margin-bottom: 0;
    text-align: center;
}
@media (min-width: 767px){
	.counter_col {
	    border-right: 1px solid #EAEAEA;
	    border-bottom: none;
	}
	.counter_col:last-child{
		border-right: none;
	}
}