.page-list li {
	list-style: none;
	font-size: 14px;
	line-height: 24px;
}

.page-list li::before {
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 12px;
	color: #084686;
	display: inline-block;
	margin-left: -2.8em;
	margin-right: 16px;
	height: 25px;
}

.page-list .current_page_item > a {
	font-weight: bold;
}
