.page-link-block-row {
	border: 1px solid #bcd9db;
	box-shadow: 0 6px 12px rgb(0 116 122 / 16%);
}

.page-link-block-row .mk-block-inner {
	padding: 0;
}

.next-pages--inner {
	display: flex;
	justify-content: space-between;
}

.page-link-block {
	flex: 0 0 33.33%;
	width: 33.33%;
	padding: 66px 42px;
	position: relative;
	transition: 0.3s ease;
	cursor: pointer;
}

.page-link-block:nth-child(2) {
	border-left: 1px solid #bcd9db;
	border-right: 1px solid #bcd9db;
}

.page-link-block:hover {
	background-color: #f0f3f4;
	border-left: 4px solid #00747a;
}

.page-link-block .link::before {
	content: none;
}

.page-link-block .page-link-title a::after {
	background-position: 91%;
}

.page-link-block:nth-child(3) {
	padding-right: 0;
}

.page-link-title {
	max-width: 65%;
}

.page-link-title a {
	position: inherit;
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 34px;
	color: #003c4f;
	text-decoration: none;
	border: 0;
	padding-bottom: 0;
	font-family: ArboriaMedium;
}

.page-link-title a::after {
	height: 28px;
	top: 37%;
	width: 100%;
	right: 0;
	text-align: right;
	background-position: 100%;
}

@media ( max-width: 1025px ) {


}

@media ( max-width: 850px ) {

	.page-link-block-row .mk-block-inner {
		max-width: 100%;
	}

	.next-pages--inner {
		display: block;
	}

	.page-link-block {
		flex: 0 0 100%;
		width: 100%;
		padding: 26px 0;
		position: relative;
		transition: 0.3s ease;
		border-bottom: 1px solid #bcd9db;
	}

	.page-link-title {
		max-width: 100%;
		padding: 0 20px;
	}

	.page-link-title a {
		font-size: 20px;
		line-height: 28px;
	}

	.page-link-block .page-link-title a::after {
		background-position: 96%;
	}

	.page-link-block:nth-child(2) {
		border-left: 0;
		border-right: 0;
	}
}

@media ( max-width: 690px ) {


}
