@media screen and (max-width : 650px){
	.slide{
		height:200px;
	}
	.service-icon li{
		float:none;
		width:100%;
		list-style-type:none!important;
		list-style-image:none!important;
		margin-left:0!important;
	}
	.wrap-title img {
	    max-width: 60px;
	    width: 100%;
	    float: right;
	}
	.subtitle-1 {
	    /*color: #00569F;*/
	    padding: 5px 0;
	}
}