@media only screen and (min-width: 1069px) {
	main[data-page-type="niigata-city"]
		.section-article-content
		.article-stats.row {
		width: 96%;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 734px) {
	main[data-page-type="niigata-city"] .section-article-content .article-stats {
		display: flex;
		flex-wrap: wrap;
	}
	main[data-page-type="niigata-city"] .section-article-content .article-stat {
		width: 206px;
	}
}

main[data-page-type="brisbane"] .section-article-content .article-stats.row {
	gap: 10px;
}

@media only screen and (max-width: 734px) {
	main[data-page-type="brisbane"] .section-article-content .article-stats.row {
		gap: 0;
		grid-row-gap: 26px;
		row-gap: 26px;
	}
}
