/* LOCAL FIXES - START */

.section-siri-does-this .utterance-tags {
	grid-template-columns: repeat(8, minmax(100px, 113px));
	justify-content: center;
	width: 85%;
}

@media only screen and (max-width: 1068px) {
	.section-siri-does-this .utterance-tags {
		grid-template-columns: repeat(8, minmax(70px, 92px));
	}
}

@media only screen and (max-width: 734px) {
	.section-siri-does-this .utterance-tags {
		width: 94%;
		grid-template-columns: repeat(8, minmax(80px, 92px));
		justify-content: unset;
	}
}

/* On the go bg fix */
@media only screen and (max-width: 734px) {
	.section-on-the-go .gradient-bg {
		background-size: 100% 76%;
	}
}

/* LOCAL FIXES - END */
