.page_content {
	margin-bottom: 6rem;
	padding: 2rem;
}

@media (max-width: 1023px) {
	.page_content {

	}
}

.page_content h1 {
	margin-bottom: 3rem;
	margin-bottom: 3rem;
	font-size: 6rem;
	line-height: 1.2;
}

.page_content h2 {
	margin-bottom: 3rem;
	margin-bottom: 3rem;
	font-size: 3rem;
	line-height: 1.2;
}

.page_content h3 {
	margin-bottom: 3rem;
	margin-bottom: 3rem;
	font-size: 2rem;
	line-height: 1.4;
}

.page_content h4 {
	margin-bottom: 2rem;
	margin-bottom: 2rem;
	font-size: 1.5rem;
	line-height: 1.4;
}

.page_content h5 {
	margin-bottom: 1rem;
	margin-bottom: 1rem;
	font-size: 1.125rem;
	line-height: 1.4;
	font-weight: 700;
	text-transform: uppercase;
}

.page_content h6 {
	margin-bottom: 1rem;
	margin-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.4;
	text-transform: uppercase;
}

.page_content h1:first-child,
.page_content h2:first-child,
.page_content h3:first-child,
.page_content h4:first-child,
.page_content h5:first-child,
.page_content h6:first-child{
	margin-top: 0;
}


.page_content p {
	margin-bottom: 1rem;
	font-size: 1.8rem;
	font-family: Avenir, sans-serif;
	font-weight: 300;
	line-height: normal;
}
