#policy-view{
	display: inline-block;
	width: 100%;	

	background-color: white;
	padding: 0 20px;
	padding-bottom: 100px;
	margin: 0 auto;

	box-sizing: border-box;

	h1{
		font-size: 22px;
		font-weight: bold;
	}

	h2{
		font-size: 18px;
		font-weight: bold;
	}

	p{
	    text-align: justify;

	}
}