.pt-navigation {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid #dee1e2;
	border-bottom: 1px solid #dee1e2;
	padding: 20px 0 22px;
}
.pt-navigation-post {
	max-width: 33.33%;
	flex: 0 0 33.33%;
}
.pt-navigation-post .post-navigation__prev--label,
.pt-navigation-post .post-navigation__next--label {
	display: inline-block;
	color: #657078;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 6px;
}
.pt-navigation-post a img {
	margin-right: 3px;
}
.pt-navigation-post .post-navigation__prev--title,
.pt-navigation-post.next .post-navigation__next--title{
	color: #061021;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	max-width: 250px;
	display:block;
	font-weight: 700;
	margin-top:-3px;
}
.pt-navigation-post.next {
	margin-left: auto;
	text-align: right;
}
.pt-navigation-post.next a img {
	margin-right: 0;
	margin-left: 3px;
}
.pt-navigation-post.next .post-navigation__next--title {
	margin-left: auto;
}
.pt-navigation-center {
	width: 33.33%;
	text-align: center;
}
.pt-navigation-post .elementor-icon {
	font-size: 10px;
}
.pt-navigation-post.prev .elementor-icon {
	margin-right:7px;
}
.pt-navigation-post.next .elementor-icon {
	margin-left:7px;
}

@media only screen and (max-width: 480px) {
	.pt-navigation {
		display: block;
	}
	.pt-navigation-center,
	.pt-navigation-post{
		width: 100%;
	}
	.pt-navigation-center {
		margin:30px 0;
	}
}