
#privacy {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.privacy_container {
	width: 100%;
	position: relative;
	margin-bottom: 100px;
	background-color: #8f3ac0;
}

.privacy_container>div{
	width: 100%;
	border: 1px solid transparent;
	background-color: #aa57da;
	
}
.privacy_container p {
	font-size: .9em;
	margin-bottom: 8px;
	line-height: 1.6em;
	color: white;
	font-weight: 500;
}

.privacy_container .center_text {
	text-align: center;
}