

div, p{word-break:normal!important;}


.content {
	/*background: url(../images/bg_other.png);*/
	/*background-attachment: fixed;*/
	background-size: 100% 100%;
	background-repeat: no-repeat;
}


.title {
	text-align: center;
    width:100%;
}
.title img{
    width:100%;
}


.text_container {
	padding-left: 20px;
	padding-right: 20px;
    padding-top: 20px;
}


.text {
	font-size: 26px;
	margin-bottom: 20px;

}

.text_title {
	display: inline-block;
	padding-left: 19px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#fb603d;
	font-size: 30px;
    font-weight: 600;
}

.text_content {
	padding-left: 19px;
    padding-right: 19px;
	font-size: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
    text-align: justify;
    color:#333;
    
}
ul li.text_content{
	margin-left: 61px;
    padding-left: 0;
	list-style-type: decimal;
}

