/*Call For Paper Section*/
.call-for-paper .h2 {
	position: relative;
	color: #00305B;
	display: flex;
	justify-content: center;
}
.call-for-paper .h2::before {
	content: '';
	position: absolute;
	bottom: -10px;
	width: 100px;
	height: 5px;
	background-color: #DAA106;
}
.call-for-paper p {
	text-align: justify;
}
.call-for-paper .h5 {
	background-color: #DAA106;
	color: white;
	text-align: center;
	padding: 10px;
}
.call-for-paper ul li {
	list-style-type: none;
	text-align: center;
	margin-bottom: 5px;
}