h1,
h2 {
	line-height: 1.5 !important;
}

.editor .LiveField__answer {
	color: #333;
}

.submit {
	margin: auto;
	max-width: 200px;
}

@media only screen and (max-width: 1023px) {

	div#richEditor {
		padding-top: 25px !important;
	}

	h1 {
		font-size: 30px !important;
	}

	h2 {
		font-size: 25px !important;
	}

}
/**** End of max-width-1023px Query ****/