#s_title{
	width: 100%;
	height: 80px;
	margin-bottom: 30px;
	background: #1D3367;
}

#s_title p{
	width: 1000px;
	padding-left: 10px;
	font-size: 25px;
	color: #FFFFFF;
	line-height: 80px;
	box-sizing: border-box;
}

.service{
	width: 750px;
	font-size: 0px;
	margin-bottom: 30px;
}
.text ul {
	margin-left: 20px;
}
.text ul li{
	list-style-type: disc; 

}
.right{
	text-align: right;
}

@media screen and (max-width: 480px) {

#s_title{
	width: 100%;
	margin-bottom: 0px;
	background: #1D3367;
	height: 47px;
}

#s_title p{
	width: 100%;
	max-width: 480px;
	padding: 10px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 27px;
	box-sizing: border-box;
}

h3.font_s{
font-size:82%; 
letter-spacing: -0.5px;
}

}