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






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




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

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

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

.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
\*------------------------------------*/
