.prev-next-anchors {
	font-weight: 500;
	display: flex;
	gap: 10px;
	align-items: center;
}
.prev-next-anchors a {
	font-size: 0;
	background: #58A684;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(90deg);
}
.prev-next-anchors a.next {
	transform: rotate(-90deg);
}
.prev-next-anchors a svg {
	width: auto;
	height: 10px;
}
.prev-next-anchors a svg path {
	fill: #FFFFFF;
}