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





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




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

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

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

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

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

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

@media only screen and (max-width:735px) {
    .section-plans .applecare-plan.pricing-columns-2 .column-product-group {
        flex-basis: 72.33%;
        max-width: 72.33%;
    }
}

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

