/* BREAKPOINT MOBILE */
@media (max-width: 768px) {

	ol.arabic li:before {
	    margin-top: -1px;
	}
	ul.check li:before {
	    margin-top: -1px;
	}
	ol li.large:before {
	    margin-top: -1px;
	    font-size: var(--fs-modtitle);
	}
	ul li.bullet:before {
		margin-top: 8px;
	}
	.semibody {
		font-size: var(--fs-emphasis);
		line-height: 160%;
	}
	ul.yesno li.yes:before {
		margin-top: 1px;
		width: 20px;
		height: 20px;
	}
	ul.yesno li.no:before {
		margin-top: 1px;
		width: 20px;
		height: 20px;
	}
}