#expertise { color: #FFF; }
#expertise > .content-wrapper {}
#expertise > .content-wrapper > .description {
	max-width: 925px;
	font-weight: 200;
}

@media (min-width: 900px) {
	#expertise > .content-wrapper > .description {
		margin-bottom: 80px;
		font-size: 25px;
	}
}
@media (max-width: 899.99px) {
	#expertise > .content-wrapper > .description {
		margin-bottom: 65px;
		font-size: 18px;
	}
}