.article-wraper {
	display: grid;
	grid-template-column: repet(3, 1fr);
	grid-gap: 40px;
}