.text-content {}

.text-content h1 ,
.text-content-h1 {
	margin: 20px 0 12px; padding: 0;
	font-size: 2.2em; 
/*        line-height: 0.9em;*/
}

.text-content h2,
.text-content-h2 {
	margin: 0 0 20px 0; padding: 0;
	font-size: 2em; line-height: 1; color: #E60; }

.text-content h3,
.text-content-h3 {
	margin: 20px 0 10px; padding: 0;
	font-weight: normal; font-size: 1.8em; line-height: 1.11; color: #0A345F; }

.text-content h4,
.text-content-h4 {
	margin: 10px 0 5px; padding: 0;
	font-size: 1.6em; line-height: 1; color: #000; }

.text-content p,
.text-content-p {
 	font-size: 1.3em; line-height: 1.54;
	margin-bottom: 0.77em; }
.text-content ul {
	margin-bottom: 1em;
	}
	.text-content ul li {
		list-style: disc outside;
		font-size: 1.3em;
		line-height: 1.54em;
		margin-bottom: 0.39em;
		margin-left: 20px;
		}	
