/* CONTENT */

.CONTENT .content :is(h1, h2, h3, h4, h5, h6) + p:last-child {}
.CONTENT[data-center-text] {text-align: center;}

@media screen and (max-width: 960px) {
	.CONTENT .content br {display: none;}
	.CONTENT.left-mobile {text-align: left;}
}
