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

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

/*------------------------------------*\
		LOCAL FIXES
\*------------------------------------*/

@media only screen and (min-width: 1069px) {
	.section-hero .typography-offer-eyebrow {
		font-size: 30px;
	}
	.section-cards .tile-shared-listening .tile-copy {
		margin-left: -35px;
	}
	.section-devices .devices-item {
		box-sizing: content-box;
	}
	.typography-hero-headline {
		font-size: 125px;
		line-height: 1.07;
	}
	.section-offers .card-apple-one-offer .overview-apple-one {
		margin-left: 45px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.card-apple-tv-offer .card-copy {
		padding-top: 0;
	}
	.section-hero .typography-offer-eyebrow {
		font-size: 26px;
	}
	.section-hero .typography-hero-headline {
		line-height: 1.07;
	}
	.links-inline li {
		margin-right: 0;
	}
	.section-offers .card-apple-one-offer .overview-apple-one {
		margin-left: 45px;
	}
	.section-devices .devices-item {
		box-sizing: content-box;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .typography-hero-headline {
		line-height: 1.08;
	}
	.section-offers .card-apple-one-offer .overview-apple-one {
		margin-left: 60px;
		margin-bottom: 20px;
	}
}
.section-plans .columnheader:first-child, .section-plans .rowheader {
	flex-grow: 0;
	flex-basis: 50%;
}
@media only screen and (max-width: 734px) {
	.section-plans .columnheader:first-child, .section-plans .rowheader {
		flex-grow: 0;
		flex-basis: 63%;
	}
}
@media only screen and (max-width: 566px) {
	.section-plans .columnheader:first-child, .section-plans .rowheader {
		flex-basis: 100%;
	}
}
/*------------------------------------*\
		END LOCAL FIXES
\*------------------------------------*/
