.counter { 
	padding: 20px 0; 
	border-radius: 5px;
	text-align: center;
	background-color: white;
}
.count-title { 
	font-size: 40px; 
	font-weight: normal;  
	margin-top: 10px; 
	margin-bottom: 0; 
	text-align: center; 
	color: #3e64ff;
}
.count-text { 
	color: #3e64ff;
	font-size: 25px; 
	font-weight: normal;  
	margin-top: 10px; 
	margin-bottom: 0; 
	text-align: center; 
	padding-left: 50px;
	padding-right: 50px;
}

.ftco-counter{
	background-color: #3e64ff;
}

div h3 span {
	color: #3e64ff;
}