/*------------------------------------*\
   LOCAL OVERRIDES
\*------------------------------------*/

/* Headline */
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-hero
		.section-content
		.hero-bento
		.hero-bento-copy
		.typography-headline-standalone
		.text-highlight {
		inline-size: 500px;
	}
}

/* Headline Copy */
@media only screen and (min-width: 1069px) {
	.section-cards .cards-headline {
		max-width: 900px;
	}
}

/* Payment App CTA */
.section-providers .custom_payment_app_copy {
	margin-bottom: 50px;
}

@media only screen and (max-width: 1068px) {
	.section-providers .custom_payment_app_copy {
		margin-bottom: 40px;
	}
}

/* Kinds of Payment*/
@media only screen and (max-width: 350px) {
	.section-cards .cards-container .tile.tile-all-kinds .tile-content {
		padding-inline-end: 30px;
	}
}

@media only screen and (min-width: 735px) {
	.section-router .tiles-container .tile.tile-apple-pay {
		grid-column: span 2;
	}
}

/*------------------------------------*\
   END LOCAL OVERRIDES
\*------------------------------------*/

/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/
