.sitemap__header {
	font-weight: 300;
	font-size: 24px;
	cursor: pointer;	
}

.sitemap__header:not(:first-child) {
	margin-top: 48px;
}

.sitemap__item {
	margin-top: 16px;
	display: block;
	font-size: 18px;
	font-weight: 300;
	text-decoration: underline;
	cursor: pointer;
	color: #666666;
	margin-top: 1.5rem;
	margin-left: 1rem;
}
