.overview-car-tile-1 {
	--p-width: 442px;
	--p-height: 344px;
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
	.overview-car-tile-1 {
		--p-width: 310px;
		--p-height: 239px;
	}
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
	.overview-car-tile-1 {
		--p-width: 226px;
		--p-height: 228px;
	}
}

@media only screen and (min-width: 735px) and (min-width: 735px) {
	.ag-large-span-12 {
		grid-column: span 12;
	}

	.section-scenario .scenario-tile.ag-large-span-12 {
		display: flex;
		min-height: 280px;
		align-items: center;
		justify-content: space-between;
	}

	.section-scenario .scenario-tile.ag-large-span-12 .tile-image {
		padding-right: var(--tile-padding);
		padding-top: 175px;
	}
}
@media only screen and (max-width: 1068px) and (max-width: 1068px) {
	.section-scenario .scenario-tile.ag-large-span-12 .tile-image {
		padding-right: var(--tile-padding);
		padding-top: 125px;
	}
}
@media only screen and (max-width: 734px) and (max-width: 734px) {
	.section-scenario .scenario-tile.ag-large-span-12 .tile-image {
		padding-left: 50px;
		padding-top: 30px;
	}
}
@media only screen and (max-width: 734px) {
	.section-on-the-go .copy-container .copy {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 734px) {
    .section-hero-copy {
        max-width: 341px;
    }
}