/** These styles are used in the backend editor AND in your Theme. **/

.larger-text {
	font-size: 18px;
	line-height: 25px;
}

@media all and (max-width: 999px) {
	
	.larger-text {
		font-size: 14px;
		line-height: 20px;
	}
	
}