@charset "UTF-8";

#utility_insurance {
	background: #f2f6ff;
	padding: 20px 20px 10px 20px;
	margin: 0 auto;
	width: 482px;
}




@media screen and (max-width: 750px){
#utility_insurance {
	width: 100%;
}
#utility_insurance img {
	max-width:48%;
	height: auto;
}

}