/* COPY-17: review chip in the hero tick band, centred. */
.hero-section .icon-list-section .review-box {
	position: static !important;
	inset: auto !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	margin: 0 !important;
	justify-content: center !important;
	width: auto;
	max-width: 100%;
	flex: 0 0 auto;
}

@media (max-width: 680px) {
	.hero-section .icon-list-section {
		align-items: flex-start;
	}

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

	.hero-section .icon-list-section > .icon-list-item {
		align-self: flex-start;
	}
}
