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




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




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

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

@media only screen and (max-width:735px) {
  .section-plans .applecare-plan.pricing-columns-2 .column-product-group {
      font-size: 14px;
  }
}

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

@media only screen and (max-width:735px) {
  .section-plans .applecare-plan .flex-row .column-dynamic-pricing.is-last {
      font-size: 14px;
  }
}

.section-plans .static-plans .applecare-plan {
    margin-top: 70px;
}

.section-plans .static-plans .applecare-plan .flex-row .column-dynamic-pricing {
    display: flex;
    justify-content: flex-end;
    flex-basis: 31.33333%;
    max-width: 33.33333%;
}

.section-coverage .heading-row {
    padding: 35px 0 90px;
}

@media only screen and (max-width: 1068px) {
    .section-coverage .heading-row {
        padding: 0 0 70px;
    }
}

@media only screen and (max-width: 735px) {
    .section-coverage .heading-row {
        padding: 0 0 40px;
    }
}

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