#PolicyBox {
	background:#FFF;
	margin-bottom:0.35rem;
	padding:0.40rem;
	border-radius: 0.06rem;
  box-shadow: 0 2px 0.08rem rgba(0,0,0,0.06);
	overflow: hidden;
}

@media screen and (max-width: 600px) {
	#PolicyBox {
		padding:0.20rem;
	}
}

#PolicyBox p {
	padding-bottom:0.15rem;
}

.ContTextBox {
	padding-bottom: 0.40rem;
}

@media screen and (max-width: 600px) {
	.ContTextBox {
		padding-bottom: 0.25rem;
	}
}

.ContTextBox:last-child {
	padding-bottom: 0;
}