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





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




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

.section-hero .typography-intro-elevated {
    margin: 50px 0 80px;
}

@media only screen and (max-width: 1068px) {
    .section-hero .typography-intro-elevated {
        margin: 55px 0;
    }
}

@media only screen and (max-width: 735px) {
    .section-hero .typography-intro-elevated {
        margin: 50px 0 40px
    }
}

.section-plans .applecare-plan .flex-row .column-dynamic-pricing {
	flex-basis: 100px;
	max-width: 100px;
}
@media only screen and (max-width: 1068px) {
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing {
		flex-basis: 91px;
		max-width: 91px;
	}
}
@media only screen and (max-width: 734px) {
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing {
		flex-basis: 76px;
		max-width: 76px;
	}
}





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