.pageSection {
	font-family: Raleway;
}
.pageSection-title {
	font-size: 20px;
	font-weight: bold;
	color: #707070;
	margin: 24px 0px 24px 12px;
}
.pageSection-content {
	padding: 20px 5px;
}

@media (min-width: 600px) {
	.pageSection-content {
		padding: 20px;
	}
}
