@media screen and (min-width: 950px) {
	.article {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
