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





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




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

.section-plans .applecare-plan .flex-row.pricing-row {
    justify-content: space-between;
}

@media only screen and (max-width: 1068px) {
	.section-plans .applecare-plan .flex-row {
		padding: 16px 0;
        padding-left: 5px;
	}
}

.section-plans .static-plans .applecare-plan {
    margin-top: 70px;
}

.section-plans .static-plans .applecare-plan .flex-row .column-dynamic-pricing {
    display: flex;
    justify-content: flex-end;
    flex-basis: 31.33333%;
    max-width: 33.33333%;
}

.section-coverage .heading-row {
    padding: 35px 0 90px;
}

@media only screen and (max-width: 1068px) {
    .section-coverage .heading-row {
        padding: 0 0 70px;
    }
}

@media only screen and (max-width: 735px) {
    .section-coverage .heading-row {
        padding: 0 0 40px;
    }
}

.section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
    padding-left: 32px;
	margin-left: 0;
}

@media only screen and (max-width: 1068px) {
    .section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
        padding-left: 20px;
		margin-left: 0;
    }
}

@media only screen and (max-width: 735px) {
    .section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
        padding-left: 5px;
		margin-left: 0;
    }
}
/*------------------------------------*\
		END LOCAL FIXES
\*------------------------------------*/
