#main-wrapper {
	background-color: #FFF;
}

section {
	padding: 30px 0;
}

@media screen and (min-width: 770px) {
	section {
		padding: 75px 0;
	}
}

section#introduction {
	box-sizing: border-box;
	background-color: #FFF;
	background-image: url(/media/services/top-banner.jpg);
	background-size: cover;
	-ms-behavior: url(/asset/js/backgroundsize.min.htc);
	background-position: 50% center;
	background-repeat: no-repeat;
	padding-top: 25%;
	min-height: 300px;
}

@media screen and (min-width: 1280px) {
	section#introduction {
		background-position: 50% 50%;
	}
}

#intro-text {
	position: relative;
	background-color: #E22;
	background-color: rgba(238, 34, 34, 0.8);
	bottom: 100px;
	padding: 10px 20px;
}

#intro-text h1 {
	color: #FFF;
}

#design-wrapper {
	margin-top: -58px;
	border-bottom: 2px #E22 solid;
	text-align: center;
}

.left-text {
	width: 100%;
	text-align: left;
}

@media screen and (min-width: 1280px) {
	.left-text {
		width: 45%;
		float: left;
	}
}

.right-text {
	width: 100%;
	text-align: left;
}

@media screen and (min-width: 1280px) {
	.right-text {
		width: 45%;
		float: right;
	}
}

#design-wrapper img {
	width: 100%;
	max-width: 600px;
	margin-top: 30px;
}

@media screen and (min-width: 1280px) {
	#design-wrapper img {
		float: right;
		width: 45%;
		margin-top: 0;
	}
}

#testing-wrapper {
	border-bottom: 2px #E22 solid;
	text-align: center;
}

#testing-wrapper img {
	width: 100%;
	max-width: 600px;
	margin-top: 30px;
}

@media screen and (min-width: 1280px) {
	#testing-wrapper img {
		float: left;
		width: 45%;
		margin-top: 0;
	}
}

#costing-wrapper {
	text-align: center;
}

#costing-wrapper img {
	width: 100%;
	max-width: 600px;
	margin-top: 30px;
}

@media screen and (min-width: 1280px) {
	#costing-wrapper img {
		float: right;
		width: 45%;
		margin-top: 0;
	}
}
