/* ====[  LOCALISED SCREENS — START  ]==== */

/* ====[  LOCALISED SCREENS — END  ]==== */



/* ====[  LOCAL FIXES — START  ]==== */

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

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

}
@media only screen and (max-width: 440px) {
  .section-plans .applecare-plan .flex-row .column-dynamic-pricing {
	flex-basis: 30%;
	max-width: 30%;
	font-size: 11px;
  }
  .section-plans .applecare-plan .flex-row .column-product-group {
	font-size: 12px;
	flex-basis: 40%;
	max-width: 40%;
  }
}
/* ====[  LOCAL FIXES — END  ]==== *
