.site-section > h1 {
    display                                 : none;
}

.terms-wrapper {
	padding                                 : 2%;
	text-align                              : justify;
	line-height                             : 1.6;
	font-size                               : 0.9em;
	background                              : var(--theme-primary-color);
}

.terms-category-header {
	display                                 : block;
	padding-top                             : 24px;
	padding-left                            : 24px;
	text-align                              : left;
	font-weight                             : bold;
	color                                   : var(--theme-font-color);
	border-bottom                           : 2px dashed var(--theme-primary-color-contrast-2);
}