#endtxt {
	overflow: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	clear: both;
	font-size: 14px;
	line-height: 180%;
	word-wrap: break-word;
	color: #6e6d6d;
}

#endtxt h1,
#endtxt h2,
#endtxt h3,
#endtxt h4,
#endtxt h5,
#endtxt h6 {
	font-weight: bold;
}

#endtxt h1 {
	font-size: 28px;
}

#endtxt h2 {
	font-size: 24px;
}

#endtxt h3 {
	font-size: 18px;
}

#endtxt h4 {
	font-size: 12px;
}

#endtxt img {
	margin: 0;
}

#endtxt p {
	font-size: 16px;
	padding-top: 20px;
	line-height: 30px;
	text-indent: 1em;
}

@media (max-width: 768px) {
	#endtxt {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#endtxt img {
		max-width: 100%;
	}
	#endtxt p {
		font-size: 14px;
		padding-top: 15px;
		line-height: 24px;
		text-indent: 1em;
	}
}