/**
 * About page, top clearance only.
 *
 * The header is fixed on every page now, the way the reference has it, so each
 * page has to open below it under its own steam. The homepage hero and the
 * menu page already do. The About page opens on zero, so its first line was
 * running underneath the logo.
 *
 * The reference opens this page on 144px, going to 176px from the tablet width
 * up. Those are the numbers below.
 *
 * Deliberately written at low weight, two classes, so anything set on the
 * container in Elementor outranks it. Once the padding is set on the page
 * itself this file can go.
 */
.elementor-38 > .e-con:first-child {
	padding-top: 144px;
}

@media (min-width: 768px) {
	.elementor-38 > .e-con:first-child {
		padding-top: 176px;
	}
}
