/* LOCAL FIXES - START */

/* AC+ PRICE TABLE - START */

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

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

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

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

	.section-plans .applecare-plan.pricing-columns-2 .column-1 {
		left: -10px;
	}

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

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

/* AC+ PRICE TABLE - END */

/* LOCAL FIXES - END */
