.latestPostsList{
	    display: flex;
		flex-wrap: wrap;
    column-gap: 28px;
    row-gap: 50px;
}

.latestPostsList_item__title {
	font-size: 1.8rem;
	font-weight: bold;
}

.latestPostsList figure{
	margin-bottom:18px;
}
.latestPostsList h3{
	margin-top:8px;
}
.latestPostsList_item
{
	width: calc((100% - 56px) / 3);
}


@media screen and (max-width: 1023px) {
	.latestPostsList_item
	{
		width: 100%;
	}

}