.footer .footer-list li {
	padding: 4px 0px;
}
footer .unlist-style {
	list-style: none;
}

.section{
	padding-top: 80px;
	padding-bottom: 0px;
}

.font-justify {
	text-align: justify;
}

ol.custom-list {
	color: #343a40;
	list-style-type: cjk-ideographic;
	margin: 10px;
	font-weight: 500;
	font-size: 20px !important;
}
ol.custom-list > li > p {
	color: #868d94;
	font-weight: 400;
	padding-top: 6px;
	text-align: justify;
}

.pre-scrollable {
	max-height: calc(100vh - 240px);
	overflow-y: auto;
}

a {
	cursor: pointer;
}