.policy{
	margin-bottom: 20px;
}
.policy .img{
	width:170px;
	float: left;
	text-align: center;
}
.policy .img img{
	max-width: 85px;
}
.policy .content{
	overflow: hidden;
	padding: 25px 40px;
	background: #fafafa;
	border: solid 1px #e5e5e5;
}
.policy .content .tit{
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 767px){
.policy .img{
	float: none;
	margin: 0 auto;
	margin-bottom: 15px;
}
}