/*------------------------------------*\
   APPLE PAY FULL WIDTH
\*------------------------------------*/


.section-more-experiences .router.geo-alt {
	width: 930px;
	height: 315px;
	flex-direction: row;
	padding: 40px 0;
}
@media only screen and (max-width: 1068px) {
	.section-more-experiences .router.geo-alt {
		width: 645px;
		height: 246px;
	}
}
@media only screen and (max-width: 734px) {
	.section-more-experiences .router.geo-alt {
		width: 99%;
		height: 157px;
	}
}

.section-more-experiences .router.geo-alt .top {
	justify-content: left;
}

.section-more-experiences .router.geo-alt .copy-block {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-left: 125px;
}
@media only screen and (max-width: 1068px) {
	.section-more-experiences .router.geo-alt .copy-block {
		padding-left: 85px;
	}
}
@media only screen and (max-width: 734px) {
	.section-more-experiences .router.geo-alt .copy-block {
		padding-left: 30px;
	}
}

.section-more-experiences .router.geo-alt .services-overview-apple-pay {
	bottom: -16px;
	position: relative;
}

@media only screen and (max-width: 734px) {
	.section-more-experiences .router.geo-alt .image-block {
		display: none;
	}
}

.section-more-experiences .router.geo-alt .services-overview-even-more-checkmark-icon {
	margin-right: 10px;
}
@media only screen and (max-width: 734px) {
	.section-more-experiences .router.geo-alt .services-overview-even-more-checkmark-icon {
		margin-right: 5px;
	}
}

.section-more-experiences .router-container > a:nth-child(-n + 2) {
	margin-right: 0;
}
@media only screen and (max-width: 734px) {
	.section-more-experiences .router-container > a:nth-child(-n + 2) {
		margin-right: 0;
	}
}


/*------------------------------------*\
   END APPLE PAY FULL WIDTH
\*------------------------------------*/ 