.articlegroup .row.small-gutters {
	display: flex;
}

.articlegroup .tile-block .card {
	width: 100%;
}

@media (max-width: 500px) {
	.tile-system .row:not(.cards) .tile-block {
		width: unset;
		min-width: unset;
	}

	.tile-system .row:not(.cards) {
		width: unset;
	}
}


