/* General article-content rules. Scoped to the Elementor blog content container. */
.content img:not(.emoji) {
	border-radius: 15px !important;
}

@media (max-width: 768px) {
	.content h2 {
		font-size: 24px !important;
	}

	.content h3,
	.content h4 {
		font-size: 20px !important;
	}
}
