.template_page {
	max-width: 800px;
	font-size: 18px;
    line-height: 1.9em;
}

.template_page h1 {
	color: inherit;
	font-size: 30px;
    line-height: 38px;
}

.template_page li {
	line-height: inherit;
    margin-bottom: 10px;
}

@media( max-width: 768px ) {
	.template_page {
		line-height: 1.6em;
	}
}

.template_page > .breadcrumbs {
	margin-bottom: 20px;
	font-size: 14px;
}

.template_page > .breadcrumbs > span {
	padding: 0 10px;
	font-weight: bold;
}

.template_page > .breadcrumbs > span:first-child {
	padding-left: 0;
}

.template_page > .breadcrumbs > span:last-child {
	padding-right: 0;
}
