.center-flex .at-a-glance {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	}
.few-items .center-flex{
	width: 80%;
	margin: 0 auto;
	margin-top: -50px;
}
.few-items .counter-item{
	flex: 0 1 32%;
}
.center-flex .counter-item {
	height: 90px;
	background: #fff;
	color: #0077B4;
	padding: 100px 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
	box-shadow: 0 0 16px 0 rgba(0,0,0,0.18);
	border-radius: 6px;
	margin: 15px;
	width: calc(33.3% - 30px);
}
.counter-elements-values {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: center;
	align-self: center;
	text-align: center;
}
.counter-elements  {
	font-size: 48px;
	font-weight: 400;
	margin: 0px;
	text-align: center;	
        -moz-osx-font-smoothing: auto;
        font-smoothing: auto;
        -webkit-font-smoothing: auto;
}
p.counter-elements + small:nth-last-of-type(1) {
	margin-top: 15px;
	position: relative;
	display: block;
	font-size: 16px;
}
@media screen and (max-width:992px) {
	.center-flex .at-a-glance {
		margin-right: -15px;
		margin-left: -15px;
	}
	.center-flex .counter-item {
		
		margin:15px;
		width: calc(50% - 30px)
	}
}
@media screen and (max-width:662px) {
	.center-flex .counter-item {
		width: calc(50% - 30px);
		box-shadow: 0 0 16px 0 rgba(0,0,0,0.18);
		margin: 15px;
	}
	.center-flex .at-a-glance {
		

		border-radius: 3px;
		
		margin: 0 -15px;

	}
}
@media screen and (max-width: 513px) {
	.center-flex .counter-item {
		
		margin: 15px;
		padding: 35px;
		height: auto;
		border-bottom: #f7f7f7 1px solid;
		width: 100%;
	}
}