.privacy-policy-box{
	border: dotted 2px;
	width: 100%;
	max-width: 640px;
	height: auto;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

.privacy-policy-box h3{
	white-space: nowrap;
	border-left: 10px solid #000;
	border-bottom: 3px solid #B0BEC5;
	text-align: left;
	margin: 0;
}

p{
	padding-bottom: 1em
}