.postsGridLayout {
	margin-bottom: 50px;
}
.postsGridLayout_list {
	margin-bottom: 50px;
}

.postsGridLayout h2 {
	margin-bottom: 50px;
}

.XpostsGridLayout__items {
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 60px;
	row-gap: 60px;
}

.postsGridLayout__items__item__photo {
	display: block;
	width: 100%;
	background-size: cover;
	background-color: #E5E5E5;
	aspect-ratio: 3 / 2
}

.postsGridLayout__items__item__main__title {
	display: block;	
	font-family: var(--feature-font);
	text-decoration: none;
	font-weight: bold;
	font-size: 23px;
	color: var(--base-font-colour);
	margin: 10px 0
}

@media only screen and (min-width: 800px) {

	.XpostsGridLayout__items {
		grid-template-columns: 1fr 1fr;
	}
	
}
