#terms_cont, #privacy_cont {
	position: relative;
	top: 0px;
	left: 0px;
	width: 984px;
	height: auto;
	padding: 20px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	#terms_cont, #privacy_cont { width: 300px; padding: 10px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	#terms_cont, #privacy_cont { width: 460px; padding: 10px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	#terms_cont, #privacy_cont { width: 728px; }
}

.title {
	font-size: 24px;
	padding-bottom: 40px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.title { font-size: 20px; padding-bottom: 20px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.title { font-size: 20px; padding-bottom: 20px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.title { }
}