﻿#policy_item {
	width:100%;
	margin:0 auto;
	max-width:1024px;
	box-sizing:border-box;
}

#policy_item h1 {
	margin-bottom:10px;
}

@media all and (max-width:1024px) {
	#policy_item {
		padding:0 20px;
	}
}