.posts_list {
	margin-bottom: 50px;
}

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

.posts_list__items__item__photo {
	display: block;
	height: 250px;
	width: 100%;
	background-size: cover;
}

.posts_list__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
}

