#quote-form-wrapper .icon-frame-set {
	width: 152px;
}

#features .highlight:last-child {
	margin-right: 0;
}

.highlight--text {
	width: calc(100% - 100px);
}

.highlight--text p {
	font-size: 1.4rem;
}

@media all and (min-width: 1100px) {
	.highlight--stat {
		width: 150px;
	}
}

@media all and (min-width: 1250px) {
	#features {
		width: 1200px;
	}
	.highlight--text p {
		font-size: 1.6rem;
	}
}

@media all and (min-width: 1000px) {
	#quote-form-wrapper {
		margin: 3rem auto 6.5rem 240px;
	}
}

@media all and (min-width: 1150px) {
	#quote-form-wrapper {
		margin: 3rem auto 7.5rem 190px;
	}
}

@media all and (min-width: 1200px) {
	#quote-form-wrapper {
		margin: 3rem auto 6rem 190px;
	}
}

@media all and (min-width: 1240px) {
	#quote-form-wrapper {
		margin: 3rem auto 8rem 190px;
	}
}