
main[data-page="resources"] > section > header > h1:before {
	content: "Tholian's Cyber Defense Resources";
}

main[data-page="resources"] > section > header > h2:before {
	content: "Knowledge and Training Material for Tholian's Products";
}

main[data-page="resources"] > section {
	text-align: center;
}

main[data-page="resources"] > section > article {
	display: block;
	width: 640px;
	min-height: 288px;
	margin: 64px auto;
	background: var(--surface-default-background);
	border: 1px solid var(--layout-default-color);
	border-radius: 8px;
	vertical-align: top;
}

main[data-page="resources"] > section > article:nth-of-type(1) {
	min-height: unset;
}



@media (max-width: 640px) {

	main[data-page="resources"] > section > article {
		display: block;
		width: auto;
	}


}

