.about {
	text-align: center;
	/*background: linear-gradient(135deg, #ffb84d, #ffd580);*/
	color: #444;
	padding: 60px 20px;
	box-shadow: 0 0 15px rgba(0,0,0,0.35);
	margin-top: 150px;
}
.about h2 {
	/*margin-bottom: 20px;*/
	margin: 25px 0 0;
}
.about p {
	margin: 17px auto;
	max-width: 600px;
	line-height: 1.5;
}