.content_title{
	display: block;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.5em;
	color:#55afaf;
	margin-top:50px;
	margin-bottom:15px;
}
.content_title span{
	font-size: 15px;
	color:#333;
	letter-spacing: 0.1em;
}
.content_subtitle{
	display: block;
	margin-top:50px;
	font-size: 18px;
	font-weight: bold;
	color:#55afaf;
	margin-bottom: 10px;
}
.content_section{
	padding:60px 0px;
}

.content_text{}

.content_text h5{
	font-weight: bold;
	margin-bottom: 10px;
}

.content_text_image{
	display: flex;
	justify-content: space-between;
	margin-top:50px;
}
.content_text_image .text{
	width:100%;
	flex-basis: 65%;
}
.content_text_image .image{
	width:100%;
	flex-basis: 30%;
}
.content_text_image .text h4{
	font-size: 18px;
	font-weight: bold;
	color:#55afaf;
	margin-bottom: 10px;
}
#page_service .hash_tags{
	font-weight: bold;
	color:#eb961e;
}

.content_problems{}
.content_problems h5{
	font-size: 18px;
	font-weight: bold;
	color:#eb788c;
	margin-top:40px;
	margin-bottom: 10px;
}
.content_problems ul{}
.content_problems ul li{
	padding:5px;
	font-weight: bold;
}