

.privacy-header {
	width: 100%;
	/*height: 100vh;*/
	/*max-height: 600px;*/
	background-color: #faf8f5;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden
}

@media only screen and (max-width: 950px) {
	.privacy-header .privacy-section {
		display: flex;
		justify-content: center;
		align-items: center
	}

	.header-privacy-box {
		max-width: 95%!important;
		/*padding: 40px!important*/
	}
}

@media only screen and (min-width: 950px) and (max-width: 1200px) and (min-height: 1100px) and (max-height: 1500px) {
	.privacy-header .privacy-section {
		display: flex;
		justify-content: center;
		align-items: center
	}

	.header-privacy-box {
		max-width: 70%
	}
}

.privacy-section {
	width: 100%;
	padding-top: 50px;
	max-width: 960px;
	position: relative;
	margin: 0 auto
}
.header-privacy-box {
	z-index: 2;
	/*margin-top:50px;*/
	margin-bottom:50px;
	/*padding: 50px;*/
	opacity: 0;
	background-color: #fff;
	/*max-width: 80%;*/
	box-shadow: 0 5px 10px 0 #d3cfc9;
	animation-name: from-down;
	animation-duration: .5s;
	animation-delay: .2s;
	animation-fill-mode: forwards
}

.header-privacy-box h2 {
	color: #00bfa5;
	size: 40px
}
.section{
	padding: 20px;
}
.section ul{
	margin-left:40px;
}
.section li{
	padding-top:20px;
}

