

#nav {
	height: auto;
}

#about-us {
	width: 100%;
	min-height: calc(100% - 150px);
	overflow: hidden;
}

#about-us .container {
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}

#about-us .container .content {
	width: 100%;
	margin: 0 auto;	
}

#about-us .container .content .title-wrapper {
	width: 100%;
	height: 85px;
	border-bottom: 1px solid rgba(191, 191, 191, 1);
}

#about-us .container .content .title-wrapper h1 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
	line-height: 1.5;
}

#about-us .container .content .title-wrapper span {
	font-size: 14px;
	color: #A9A9A9;
}

#about-us .container .content .content-wrapper {
	width: 100%;
	padding-bottom: 20px;
}

#about-us .container .content .content-wrapper p {
	font-size: 12px;
	color: #808080;
	line-height: 1.5;
	margin-top: 20px;
}

@media only screen and (max-width: 1200px) {
	#about-us .container {
		width: 80%;
	}
}