.section-alt-cta {
	width: 100%;
	position: relative;
}

.section-alt-cta .inner {
	max-width: 1098px;
	margin: -0.7em auto 0;
	padding: 0 90px 1.7em;
}

.section-alt-cta .inner a {
	font-size: 14px;
	color: #6e6e73;
}

@media only screen and (max-width: 1068px) {
	.section-alt-cta .inner {
		padding-left: 0;
		padding-right: 0;
		margin-top: 0;
		padding-bottom: 1em;
		max-width: 615px;
	}
}

@media only screen and (max-width: 734px) {
	.section-alt-cta {
		display: none;
	}
}

.section-big-screen .section-services .service-tile-ctas {
	height: 75px;
	justify-content: flex-end;
}

@media only screen and (max-width: 1068px) {
	.section-big-screen .section-services .service-tile-headline {
		min-height: auto;
	}

	.section-big-screen .section-services .service-tile-ctas {
		height: auto;
		justify-content: initial;
	}

	.section-big-screen .section-services .fitness .service-tile-ctas {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 734px) {
	.section-big-screen .section-services .fitness .service-tile-ctas {
		margin-top: 0.8em;
	}
}

@media only screen and (max-width: 320px) {
	.section-big-screen .section-services .service-tile-button {
		margin-bottom: 14px;
	}

	.section-big-screen .section-services .service-tile-ctas a + a {
		margin-left: 5px;
	}
}
