

body,html {
	padding: 0;
	margin: 0;
	bottom: 0;
	background-position: center;
	font-family: "Roboto","Helvetica Neue",sans,tahoma;
}

/* header and footer */
body .min-header-wrapper {
	margin-top: -20px;
}
body .footer-wrapper {
	position: relative;
	top: 100px;
	padding-bottom: 5px;
}

.terms-wrapper {
	width: 1300px;
}
.terms-wrapper .terms-contents {
	width: 1200px;
	margin: 10px auto;
	padding: 20px;
}
.terms-contents h3 {
	font-size: 26px;
	width: 800px;
	margin: 20px auto;
}
.terms-contents  span {
	font-size: 20px;
	color: #000;
	position: relative;
	top: 150px;
	text-transform: lowercase;
	text-align: center;
}
.terms-contents  span > h5 {
	font-size: 22px;
	color: gray;
}



@media screen and (max-width: 800px) {
	.terms-wrapper {
		width: 98%;
		margin-left: 0%;
		transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
	}
	.terms-wrapper .terms-contents { 
		width: 93%;
		margin-left: 1%;
	}
	.terms-contents h3 {
		width: 90%
	}
}