.statistic-section {
     padding-top: 70px;
     padding-bottom: 70px;
     background: #00c6ff;  /* fallback for old browsers */
     background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
     background: linear-gradient(to right, #0072ff, #00c6ff); 
}

.count-title {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.stats-text {
    font-size: 18px;
    font-weight: normal;
    margin-top: 18px;
    margin-bottom: 0;
    text-align: center;
    color: #000;
    /* text-transform: uppercase; */
    /* font-weight: 700; */
}

.stats-line-black {
	margin: 12px auto 0;
    width: 55px;
    height: 2px;
    background-color: #fff;
}
.stats-icon {
	  font-size: 35px;
	  margin: 0 auto;
    float: none;
    display: table;
    color: #000;
}

@media (max-width: 992px) {
	.counter {
		margin-bottom: 40px;
	}
}