:lang(en) * {
  font-family: "SF Pro Display", "SF Pro AR", "SF Pro Gulf", "SF Pro Text",
    "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  letter-spacing: 0 !important;
}

.section-support-table .support-table ul li {
  text-align: right;
}

.section-support-table .support-table .data-cell-heading {
  text-align: right;
}

.section-support-table .support-table .data-cell .item-copy {
  float: right;
}

.section-support-table .support-table .data-cell .item-value {
  float: right;
  padding-left: 20px;
  padding-right: 0;
}

@media only screen and (max-width: 1068px) {
  .section-support-table .support-table .data-cell .item-value {
    padding-left: 0;
  }
}

@media only screen and (max-width: 735px) {
  .section-hero,
  .section-applecare,
  .section-training,
  .section-support-plan-choices .header {
    text-align: right;
  }
}

@media only screen and (max-width: 735px) {
  .section-support-table .support-table .support-table-list {
    padding-right: 5%;
    padding-left: 0;
  }

  .section-support-table .support-table .data-cell-heading {
    padding-right: 80px;
    padding-left: 0;
  }

  .section-support-table .support-table .data-cell .item-value {
    padding-left: 20px;
    padding-right: 0;
  }

  .section-support-table .support-table .data-cell .item-copy {
    padding-left: 0;
    padding-right: 5px;
    max-width: 205px;
  }

  .section-support-table .support-table .data-cell .item-value {
    text-align: left;
  }
}
