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





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




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

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

@media only screen and (min-width: 1069px) {
    .section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last  {
        padding-left: 22px;
    }
}

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

.section-plans .applecare-plan .flex-row .column-product-group {
    max-width: 55%;
}

.section-plans .applecare-plan .flex-row .column-dynamic-pricing {
    flex-basis: 21.67%;
    max-width: 21.67%;
}

@media only screen and (min-width: 1069px) {
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing {
    	flex-basis: 21.67%;
    	max-width: 21.67%;
	}
}

@media only screen and (min-width: 735px) {
	.section-plans .applecare-plan .flex-row .column-dynamic-pricing {
    	flex-basis: 21.67%;
    	max-width: 21.67%;
	}
}
/*------------------------------------*\
		END LOCAL FIXES
\*------------------------------------*/
