/* Remove this when all are converted and formatted */
.single-post .entry-content > h3 {
	margin-top: var(--wp--preset--spacing--medium-large);
}

@media (max-width: 48rem) {
	.single-post .entry-content > h3 {
		margin-top: var(--wp--preset--spacing--medium);
	}
}