  #edc-at-a-glance{
	display: flex;
	flex-wrap:wrap;
	height:auto;
	width: 100%;
	background:beige;
}

.glance-header{
	height:50px;
	background-color: red;
	width: 100%;
	text-align:center;
}

.at-a-glace-content{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 5%;
	justify-content: space-evenly;
}

.glance-box{
	background-color: #c6baba;
	height: 250px;
	width: 285px;
	margin-bottom: 15px;
	text-align: center;
}

.glance-box ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}