.gm--grid-content{
	background: #F7F7F7;
}

.gm--description,
.gm--grid {
	width: 100%;
	max-width: 970px;
	margin: auto;
}

.gm--grid{
	display: flex;
	flex-wrap: wrap;
	max-width: 990px;
	padding-top: 1.25em;
	position: relative;
	left: -10px;
}

.gm--item {
	flex: 1 1 auto;
	width: 222px;
	
	display: flex;
	background: #fff;
	align-items: center;
	border: 1px solid #BABABA;
	justify-content: flex-start;
	flex-direction: column;
	text-align: center;
	padding: 32px; 
	margin: 10px;
	border-radius: 6px;
}

.gm--item-title{
	font-size: 1.25rem;
	line-height: 0.833;
	font-weight: bold;
	color: #3694B4;
	padding-bottom: 0.4em;
}

.gm--item-description{
	line-height: 1.5;
}

@media (max-width: 767px) {
	.gm--grid > a{
		width: calc(50% - 21px);
		padding: 22px;
	}
}

@media (max-width: 320px) {
	.gm--grid > a{
		width: 100%;
		padding: 22px;
	}
}

