body {
	background: #E8E8E8;
	font-family: georgia,'times new roman',times,serif;
}

@font-face {
    font-family: 'title';
    src: url('font/Manorly/Manorly_Regular.svg') format('svg'), url('font/Manorly/Manorly_Regular.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.terms_content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background: white;
	margin-top: 40px;
	margin-bottom: 5%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-top: 30px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.terms_content .img_content {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 0px;
}

.terms_content .img_content img {
	margin-left: auto;
	margin-right: auto;
	width: 100px;
}

.terms_content h1 {
	font-size: 46px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: "title";
	font-weight: normal;
}

.terms_content h2:nth-child(3) {
	margin-top: 40px;
}

.terms_content h2 {
	font-size: 25px;
	text-align: center;
	margin-top: 50px;
}

.terms_content p {
	text-align: center;
	font-size: 18px;
	margin-top: 30px;
	width: 90%;
  	margin: auto;
}

.terms_content i {
	font-size: 14px;
	margin-top: 50px;
	width: 94%;
  	margin: auto;
}