.tps_relatedPosts_title {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.tps_relatedPosts_title span {
	font-size: 18px;
	display: inline-block;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.tps_relatedPosts_title section {
	width: 60px;
	height: 1px;
	background: #0b0b0b;
	margin-bottom: 15px;
}

.tps_relatedPosts {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	grid-gap: 20px;
}

.tps_relatedPost {
	display: grid;
	grid-template-rows: 450px auto 20px;
	grid-gap: 10px;
	margin-bottom: 30px;
}

.tps_postImageLink {
	display: flex;
	overflow: hidden;
}

.tps_postImageLink img {
	object-fit: cover;
	object-position: center;
}

.tps_relatedPost span {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
}

.tps_relatedPost a {
	text-decoration: none !important;
	color: #000 !important;
}

.tps_relatedPost a:hover {
	text-decoration: none !important;
}

@media (min-width: 992px) {
	.tps_relatedPosts {
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr;
	}

	.tps_relatedPost {
		grid-template-rows: 150px auto 20px;
	}
}
