.section-hero.latest .image-hero-lockup {
  width: 337px;
  height: 476px;
  background-size: 337px 476px;
}

@media only screen and (max-width: 1068px) {
  .section-hero.latest .image-hero-lockup {
    width: 291px;
    height: 412px;
    background-size: 291px 412px;
  }
}

@media only screen and (max-width: 735px) {
  .section-hero.latest .image-hero-lockup {
    width: 147px;
    height: 210px;
    background-size: 147px 210px;
  }
}

.section-plans .is-last {
  margin-left: auto;
}

.no-break-link-words a {
  word-break: keep-all;
}

.applecare-plan .column-2 {
  margin-left: auto;
}

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

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

@media only screen and (min-width: 735px) and (max-width: 1068px) {
  .applecare-plan .column-2 {
    margin-right: 12px;
  }
}

.section-plans .applecare-plan .flex-row .column-dynamic-pricing {
  max-width: unset;
  justify-content: flex-end;
}
