.modern-page-navigation{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 70px;
	margin-top: 30px;
}
.modern-page-navigation > *{
	background: #E0EAF2;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	display: block;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
.modern-page-navigation > .modern-page-current{
	background: #1B34F3;
	color: #ffffff;
}
.modern-page-next,
.modern-page-previous{
	background: #FFFFFF;
	border: 1px solid #E0EAF2;
	width: auto;
	display: inline-block;
	padding: 0 21px;
	border-radius: 20px;
}