@media only screen and (min-width: 782px) {
	.positions .filter-grid {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.positions article {
		height: auto;
		padding-bottom: 60px;
	}
}