@media screen and (min-width:576px) {
	
}
@media screen and (min-width:768px) {
	.related-posts__title {
		text-align: center;
		margin-bottom: 40px;
	}
	.related-posts .splide__pagination {
		margin-top: 40px;
	}
}
@media screen and (min-width:992px) {
	.related-posts__title {
		margin-bottom: 50px;
	}
	.related-posts .splide__pagination {
		margin-top: 50px;
	}
}
@media screen and (min-width:1200px) {
	.related-posts__title {
		margin-bottom: 55px;
	}
	.related-posts .splide__pagination {
		margin-top: 55px;
	}
}