/* COPY-18: left-align hero ticks on mobile. New URL so Rocket cannot serve
   the COPY-17 minify that centred the column (COPY-7). Chip stays centred. */
@media (max-width: 680px) {
	.hero-section .icon-list-section {
		align-items: flex-start !important;
	}

	.hero-section .icon-list-section .review-box {
		width: 100% !important;
		align-self: stretch !important;
		justify-content: center !important;
	}

	.hero-section .icon-list-section > .icon-list-item {
		align-self: flex-start !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
