h1 {
	margin-bottom: 1em;
}

.green-box.left .shadow-rectangle {
	margin-top: -5em;
	margin-bottom: 2em;
}

.gray-box {
	margin-top: 22em;
	position: relative;
	margin-bottom: -7em;
}

.gray-box .shadow-rectangle {
	margin-top: -15em;
}

.gray-box h2.gray {
	margin-top: 2em;
	margin-bottom: 3em;
}

.white-box h2 {
	margin-top: 2em;
}

.white-box img {
	position: absolute;
	left: 10%;
	width: 20%;
	bottom: -7em;
}

#testimonials h2{
	margin-top: -2em;
}

#background-middle {
	background: url('watermark-ar-gray-sliced-left.svg') left bottom no-repeat;
	padding-bottom: 3em;
	margin-bottom: 3em;
}

#background-bottom {
	background: url('background-footer.jpg') bottom no-repeat;
	background-size: 100vw;
}

#background-bottom .black-box {
	position: relative;
	padding-bottom: 5em;
}

#background-bottom .black-box .icon{
	bottom: 0;
	opacity: 0.4;
}

#background-bottom .black-box p{
	margin: 0;
}

#background-bottom .black-box .dot {
	margin: 1em;
}

#signature {
	margin-top: 10em;
	padding-bottom: 15em;
}

@media(max-width: 1199px) {
	.white-box .lead{
		font-size: 1.3em;
	}

	.white-box p {
		line-height: 1.5em;
	}

	.white-box h2 {
		font-size: 2.1em;
	}

	.white-box img {
		bottom: -5em;
	}

	.gray-box {
		margin-top: 20em;
	}

	.gray-box h2 {
		font-size: 2.4em;
	}

	.gray-box h2.gray {
		margin-top: 1.5em;
		margin-bottom: 3.5em;
	}

	#testimonials h2{
		margin-top: -3em;
	}
}

@media(max-width: 991px) {
	.green-box.left .lead {
		font-size: 1.3em;
	}

	.white-box .lead{
		font-size: 1.2em;
	}

	.white-box p {
		line-height: 1.5em;
	}

	.white-box img {
		display: none;
	}

	.gray-box {
		margin-top: 12em;
	}

	.gray-box .shadow-rectangle {
		margin-top: -10em;
	}

	#testimonials h2{
		margin-top: -5em;
	}

	#background-bottom h2 {
		font-size: 2.4em;
		margin-top: 0;
	}

	#background-bottom .black-box {
		padding-bottom: 2em;
	}

	#background-bottom .black-box .dot {
		display: none;
	}

	#background-bottom .black-box p {
		margin-bottom: 0.7em;
	}

	#signature {
		margin-top: 6em;
	}
}

@media(max-width: 767px) {
	.gray-box {
		margin-top: 10em;
	}

	.gray-box .shadow-rectangle {
		margin-top: 0em;
	}

	.gray-box .row .col-sm-6:first-child .shadow-rectangle {
		margin-top: -6em;
	}

	.gray-box p {
		margin-bottom: 3em;
	}

	.gray-box h2 {
		margin-bottom: 0.5em;
	}

	.gray-box h2.gray {
		margin-top: 0;
	}

	#testimonials h2 {
		margin-top: -10em;
	}

	#signature {
		margin-top: 3em;
		padding-bottom: 8em;
	}
}