.policy_main_banner{
	float:left;
	width: 100%;
	height: inherit;
	padding: 60px 0px;
}
.policy_head{
	width:100%;
	float: left;
	color:rgba(0,0,0,.8);
	text-align:center;
	font-size: 20px;
}
#policy_container{
	padding: 0px 100px;
}
.policy_cover{
	float:left;
	width:100%;
	height: inherit;
	border: 1px solid #ddd;
	padding: 30px 50px 30px 50px;
	box-shadow: 0px 0px 3px 0px #ddd;
}
.policy{
	float:left;
	width: 100%;
	height: inherit;
	margin-bottom: 20px;
}
.policy_title{
	float:left;
	width: 100%;
	font-size: 18px;
	color: #0262c9;
	text-transform: capitalize;
	padding: 10px 0px;
}
.policy_content{
	float:left;
	width: 100%;
	font-size: 16px;
	text-align: justify;
}
@media screen and (max-width: 480px) {
	#policy_container{
		padding: 0px 20px;
	}
	.policy_cover{
		padding: 30px 30px;
	}
}