.about {
	padding: 40px 0;
}

.about h1 {
	font-size: 48px;
	color: #000;
	padding-bottom: 20px;
}

.about p {
	font-size: 18px;
	color: #666;
	line-height: 32px;
	padding-bottom: 15px;
}

.about img {
	width: 100%;
	margin: 20px 0;
}

@media screen and (max-width: 768px) {
	.about h1 {
		font-size: 30px;
		color: #000;
		padding-bottom: 10px;
	}
}