.content_page {
	background-color: #232f3e;
	color: #fff;
	padding: 25px 25px !important;
}
.content_page p {
	color: #fff!important;
	line-height: 25px;
	text-align: justify;
	white-space: pre-line;
	overflow-wrap: break-word;
	word-break: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.content_page h3 {
	color: #fff!important;
	line-height: 25px;
	margin-top: 15px;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: bold;
}
