/* Align static-page headings with the main content grid. */
.newsblogger.page:not(.page-id-160) .spnc-default-page .spnc-post-content > .entry-header > .spnc-entry-title {
	width: min(1180px, calc(100% - 48px));
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 600px) {
	.newsblogger.page:not(.page-id-160) .spnc-default-page .spnc-post-content > .entry-header > .spnc-entry-title {
		width: calc(100% - 32px);
	}
}
