.privacy-policy-banner {
    height: 250px;
    background: url('../../images/privacy/banner_privacy.jpg') no-repeat center bottom;
    background-size: cover;
}

.main-body {
	position: relative;
	margin: 0 auto;
	max-width: 960px;
	min-width: 480px;
	color: #444;
}

.privacy-policy-title {
	text-align: center;
	margin: 0 auto;
	padding: 190px 0 80px 0;
}

.privacy-policy-title h1 {
	margin: 0;
    line-height: 60px;
    font-weight: 300;
}

.privacy-policy-content {
	margin: 0 0 120px 0;
}

.privacy-policy-content .content-title {
	margin: 0;
	padding-bottom: 10px;
	font-size: 24px;
	color: #010101;
    font-weight: 400;
    line-height: 28px;
}

.privacy-policy-content .content-body {
	margin: 0;
	padding-bottom: 40px;
	font-size: 20px;
	color: #010101;
    font-weight: 300;
    line-height: 28px;
}


/* Mobile Style */
@media screen and (max-width: 1080px) {
	.privacy-policy-banner {
		background-position: 50% 0;
	}
	
	.main-body {
		min-width: 320px;
	}
	
	.privacy-policy-title {
		text-align: left;
		margin: 0 5%;
		padding: 50px 0 0 0;
	}
	
	.privacy-policy-title h1 {
		font-weight: 100;
		font-size: 26px;
		line-height: 26px;
	}
	
	.privacy-policy-content {
		margin: 30px 5%;
	}
	
	.privacy-policy-content .content-title {
		padding-bottom: 4px;
		line-height: 20px;
		font-size: 16px;
	}
	
	.privacy-policy-content .content-body {
		padding-bottom: 30px;
		line-height: 20px;
		font-size: 13px;
	}
}