



#consent .consent_block{
	margin-bottom: 100px;
	padding-bottom: 100px;
}

#consent .consent_heading{
	font-size: 18px;
	font-weight: 700;
	margin: 40px 0 16px;
	letter-spacing: 0.04em;
}

#consent li{
	list-style-type: decimal;
	margin-bottom: 12px;
}

#consent p{
	line-height: 1.8;
	margin-bottom: 16px;
}

#consent .info_inner {
  margin-top: 0px;
}


@media screen and (max-width: 768px){
	#consent .consent_block{
		margin-bottom: 50px;
		padding-bottom: 50px;
	}

	#consent .consent_heading{
		font-size: 16px;
		margin: 32px 0 12px;
	}

}
