.page-feature {
	display: block;
	clear: left;
	margin: 0 0 2em 0;
	color: #aaaaaa;
	position: relative;
}

.icon {
	display: block;
	font-size: 75px;
	float: left;
	margin-right: 0.5em;

}

.icon img {
	min-height: 180px;
	max-height: 200px;
}

@media screen and (min-width: 641px) {

	.page-feature {
		float: left;
		width: 20%;
		clear: none;
		text-align: center;
		-o-transition: background .5s ease;
		-ms-transition: background .5s ease;
		-moz-transition: background .5s ease;
		-webkit-transition: background .5s ease;
		transition: background .5s ease;
		background-image: transparent;
		position: relative;
	}

	.page-feature h1 {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.page-feature h1 span {
		display: inline-block;
		border-radius: 999px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		vertical-align: middle;
		padding: 20px;
		background-color: #0055a5;
	}

	.page-feature * {
		position: relative;
		z-index: 1;
	}

	.page-feature-padding {
		padding: 1em;
	}

	.icon {
		font-size: 100px;
		text-align: center;
		float: none;
		margin: 0;
	}
	
}

@media screen and (min-width: 961px) {
	
	#site-body {
		padding-bottom: 0;
	}

	.page-feature {
		padding-bottom: 3em;
		margin-bottom: 0;
	}

	.page-feature h1 span {
		width: 30px;
		height: 30px;
		line-height: 30px;
		padding: 30px;
	}

	.icon {
		font-size: 150px;
	}

}