@media only screen and (max-width: 734px) {
	main[data-page-type="university-kentucky"]
		.section-article-content
		.article-stats,
	main[data-page-type="bill-adams"] .section-article-content .article-stats {
		grid-template-columns: repeat(auto-fit, 192px);
	}

	main[data-page-type="sharon-walsh"] .section-article-content .article-stats {
		grid-template-columns: repeat(auto-fit, 210px);
	}

	main[data-page-type="mayuree-srikulwong"]
		.section-article-content
		.article-stats {
		grid-template-columns: repeat(auto-fit, 210px);
	}
}

main[data-page-type="san-diego-state-university"]
	.section-article-content
	.article-stats.row
	.article-stat:last-child {
	width: 100%;
}

@media only screen and (max-width: 734px) {
	main[data-page-type="san-diego-state-university"]
		.section-article-content
		.article-stats.row
		.article-stat {
		grid-column: span 2;
	}
}
