.shipping-hero {
    width: 100%;
    padding-top: min(350px, calc(350 / 1800 * 100% - (58px + 11%)));
    padding-bottom: 6%;
    background: url("../png/ab-lp-shipping-returns-2023-desktop-hero-1800x350df78.png?context=bWFzdGVyfHJvb3R8MTIyMzZ8aW1hZ2UvcG5nfGg1Mi9oNzIvOTM5NDA0MzY4Mjg0Ni9BQl9MUF9TaGlwcGluZy1SZXR1cm5zLTIwMjNfREVTS1RPUC1IRVJPXzE4MDB4MzUwLnBuZ3wyZTk2MzFlZjUxZjU1YzUzNmY3OTE3NTI3NDlkY2Y0ZWRlMjE3YTM5YThiYjcwODlmYmYyYzEyM2EyYWI4OTg2")
      center top/ auto 100% no-repeat no-repeat #c8e7f5;
    margin: 0 auto 35px;
  }
  .shipping-hero-content {
    width: 90%;
    max-width: 1340px;
    display: flex;
    margin: auto;
  }
  .shipping-hero-offer-text {
    width: 65%;
  }
  .shipping-hero-offer-text h1 {
    font-size: 2em;
    line-height: 1.3;
    color: black;
  }
  .shipping-hero-offer-text h2 {
    font-size: 1.5em;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.2;
  }
  .shipping-info-content {
    width: 95%;
    max-width: 1340px;
    margin: auto;
  }
  .shipping-info-content p {
    line-height: normal;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .shipping-info-content h3 {
    font-size: 1.75em;
    background-color: #daf1fc;
    padding: 15px;
    width: 100%;
    margin: 40px auto 25px;
    color: black;
  }
  .shipping-info-content h4 {
    font-size: 1.5em;
    margin: 15px auto;
    color: black;
    padding: 0 15px;
  }
  p.terms {
    font-size: 0.95em;
    font-style: italic;
    color: #333333;
    width: 95%;
    margin: 15px 0 0;
  }
  .progTable {
    display: table;
    width: 100%;
    margin: 35px auto;
  }
  .progTable-mobile,
  .progTable-mobile-header {
    display: none;
  }
  .progTableRow {
    display: table-row;
  }
  .progTableCell,
  .progTableCellB {
    display: table-cell;
    padding: 15px;
    border: 0;
  }
  .progTableCell p,
  .progTableCellB p {
    margin: 0;
    padding-right: 5px;
    font-size: 1.1em;
  }
  .returns-info {
    width: 100%;
  }
  .returns-info-row {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: space-between;
  }
  .returns-info-content {
    width: 49%;
  }
  .returns-info h4 {
    font-size: 1.5em;
    background-color: #f3f2ef;
    padding: 15px;
    color: black;
  }
  .defective-box {
    width: 95%;
    max-width: 1340px;
    margin: 25px auto;
    background-color: #f3f3f3;
    padding: 15px;
    font-size: 90%;
    color: #333;
  }
  .defective-box ul li,
  .defective-box ol li,
  .returns-info ul li,
  .returns-info ol li {
    margin: 15px 0;
    line-height: 1.4;
  }
  @media (max-width: 1199px) {
    .shipping-hero {
      padding-top: min(350px, calc(350 / 1800 * 100% - (58px + 10%)));
    }
    .shipping-hero-offer-text h2 {
      font-size: 1.25em;
    }
  }
  @media (max-width: 850px) {
    .shipping-hero {
      padding-bottom: 4%;
    }
    .shipping-hero-offer-text {
      width: 60%;
    }
    .shipping-hero-offer-text h1 {
      font-size: 1.8em;
    }
    .shipping-hero-offer-text h2 {
      font-size: 1.1em;
    }
  }
  @media (max-width: 767px) {
    .shipping-hero {
      padding-bottom: calc(399 / 767 * 100% - (1px + 5%));
      background: url("../jpg/ab-lp-shipping-returns-2023-desktop-mobile-767px76ab.jpg?context=bWFzdGVyfHJvb3R8MzI1NTN8aW1hZ2UvanBlZ3xoMjAvaDdjLzkzOTQwNDM5NDQ5OTAvQUJfTFBfU2hpcHBpbmctUmV0dXJucy0yMDIzX0RFU0tUT1AtTU9CSUxFXzc2N3B4LmpwZ3w2YzU3MjI3YWQ2OGZlZjAzOGNmYjAwMDhkNmY1NjFmNGE3NmM3NTU4Njc5OTY0MWIwYTliYWI2YzgwZTBiNTNi")
        center bottom/contain no-repeat no-repeat #c8e7f5;
      padding-top: 5%;
    }
    .shipping-hero-content {
      width: 100%;
    }
    .shipping-hero-offer-text {
      width: 90%;
      margin: auto;
      align-items: center;
      text-align: center;
    }
    .shipping-hero-offer-text h1 {
      font-size: 2.5em;
    }
    .shipping-hero-offer-text h2 {
      font-size: 1.75em;
    }
    .returns-info-row {
      flex-direction: column;
      justify-content: center;
    }
    .returns-info-content {
      width: 95%;
      margin: auto;
    }
    .progTable {
      display: none;
    }
    .progTable-mobile {
      display: table;
      width: 100%;
      margin: 0 auto;
    }
    .progTable-mobile-header {
      color: #0a3360;
      font-weight: 700;
      display: block;
      padding: 15px;
      background: #f3f2ef;
    }
    .progTableCellB {
      width: 70%;
    }
    .progTableCell,
    .progTableCellB {
    padding: 15px 0 15px 15px;
    }
  }
  @media (max-width: 690px) {
    .shipping-hero-offer-text h1 {
      font-size: 2em;
    }
    .shipping-hero-offer-text h2 {
      font-size: 1.35em;
    }
  }
  @media (max-width: 450px) {
    .shipping-hero-offer-text h1 {
      font-size: 1.75em;
    }
    .shipping-hero-offer-text h2 {
      font-size: 1.15em;
    }
    .progTableCell p,
    .progTableCellB p {
      font-size: 1em;
    }
  }
  