body#about #text {
	width: 66.666%;
}

body#about h1, p {
	font-size: 2.5vw;
	line-height: 1.2;
	padding: 0;
	margin: 0;
}

@media (max-width: 1024px) {

	body#about #text {
		width: 100%;
	}

	body#about h1, p {
		font-size: 4.5vw;
		/*line-height: 1;*/
	}

}

body#about h1 {
	font-weight: normal;
}

body#about #text a {
	text-decoration: underline;
}

body#about #text a:hover {
	text-decoration: none;
}