/* statistics */
@media (min-width: 992px) {
    .statistics-module {
        padding-top: 0 !important;
    }
}
.statistics-module {
	padding-top: 0 !important;
}
.statistics-module .statistics-module__icon {
    width: 200px;
    height: 200px;  
}
.statistics-module>.container>.row {
	justify-content: center;
}

.statistics-module .statistics-module__introduction {
	font-size:22px;	
	max-width:850px;
}
.statistics-module .statistics-module__subtext {
	margin-top:7px;	
	font-weight:500;
}
.statistics-module .statistics-module__icon {
	margin-bottom:5px;	
}
.statistics-module>.container {
	padding-left:0;
	padding-right:0;
	padding-top:20px;
	padding-bottom:20px;
}
.statistics-module hr {
	border-top:1px solid #E5E5E5;
	margin:30px 0;
}
@media (max-width: 480px) {
    .statistics-module {
        padding-top: 0 !important;
    }
	.statistics-module>.container {
		padding-top:10px;
		padding-bottom:10px;
	}
	.statistics-module .statistics-module__feature {
		max-width:100% !important;	
		-ms-flex: 0 0 100% !important;
    	flex: 0 0 100% !important;
	}
}