/* Payment Methods */
.section-plans .tile-cta {
	font-size: 17px;
	text-align: left;
	padding-top: 50px;
}

/* shared-listening */
@media only screen and (max-width: 480px) {
	.section-cards .cards-container .tile-shared-listening .tile-content .tile-copy .tile-headline {
		font-size: 39px;
	}
}

/* section-offers */

.overview-apple-one {
	left: 14%;
	margin: 0 auto;
	position: relative;
	max-height: 253px;
}

@media only screen and (max-width: 1068px) {
	.overview-apple-one {
		left: 15%;
		max-height: 183px;
	}
}

@media only screen and (max-width: 734px) {
	.card-apple-one-offer .overview-apple-one {
		margin-right: 0;
	}
	.overview-apple-one {
		max-height: 100%;
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 552px) {
	.card-apple-one-offer .overview-apple-one img {
		max-width: 100%;
		position: absolute;
		left: auto;
		right: auto;
	}
	.card-apple-one-offer .overview-apple-one {
		left: auto;
		right: auto;
		--p-width: 251px;
		--p-height: 251px;
		margin-right: auto;
		left: 25px;
		min-height: 183px;
	}
}

@media only screen and (min-width: 1068px) {
	.section-cards .cards-container .tile-music-discovery .tile-copy {
		max-width: 70ch;
	}
}
