html, body {
	height: 100%;
	margin: 0;
	font-size: 23px;
}

.info p {
	margin: 0px 0px -8px 0px;
}

.bold_text{
	font-family: 'Mukta_Mahee_Bold';
}

.text_space{
	height:5px;
}

.footer{
	height: 50px;
}

.headline{
	border-bottom: solid 1px #8FA4C1;
	max-width: 490px;
	height: auto;
	margin:0 auto;
	margin-bottom:80px;
	padding-top: 100px;
	font-size: 27px;

}

.headline_link{
	text-decoration: none;
	color: #8FA4C1;
}
.main-wrap{
	min-height: calc(100vh - 100px);
	margin-bottom: -50px;
	margin: 0 auto;
	max-width: 1140px;
	text-align:center;
	color: #8FA4C1;
}

.policy_wrapper{
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
	font-size: 20px;
}

.policy_wrapper p{
	line-height: 24px;
}

.footer_wrap{
	text-align:center;
	font-size: 16px;
	margin:0 auto;
	color:#8FA4C1;
}

.footer_item{
	display:inline-block;
	cursor:pointer;
	padding: 0px 20px 0px 20px;
	color:#8FA4C1;
	text-decoration:none
}

.footer_item:hover {
	text-decoration: underline;
}


