body {
    font-family: 'Montserrat', sans-serif;
  }
    .btn {
        margin: 20px;

    }

    .hero {
      background-color: #F6DBBA;
    }

    .hero .content {
      max-width: 710px;
    }

    h1 {
      font-size: 64px;
      font-weight: 700;
    }

    h2 {
      font-size: 48px;
      font-weight: 700;
      color: #333D37;
    }

    .desc {
      font-size: 18px;
      font-weight: 500;
      color: #4E4A44;
    }

    .hero button {
      font-weight: 800;
      font-Style: italic;
      font-size: 18px;
      color: white;
      background-color: #FF531F;
      padding: 20px 30px;
      border: none;
    }

    .hero .learn-more a {
      font-size: 18px;
      color: #4D6B51;
      font-style: italic;
      font-weight: 600;
      text-decoration: none;
    }

    .gift-item {
      border: solid 3px #4D6B51;
      width: 20%;
      cursor: pointer;
    }

    .gift-item .title {
      color: #4D6B51;
      text-align: center;
      background-color: #DBE1Dc;
      font-size: 22px;
      font-weight: 700;
      padding: 5px 0px;
    }

    .gift-item .org-price {
      text-decoration: line-through;
      font-weight: 600;
      font-size: 22px;
      color: #A5A5A5;
      text-align: center;
    }

    .gift-item .discount {
      font-weight: 600;
      font-size: 42px;
      color: #4D6B51;
      text-align: center;
    }

    .gift-item.life-item {
      background-color: #4D6B51;
    }

    .gift-item.all-access .title {
      font-size: 22px;
      font-weight: 700;
      padding-top: 5px;
      padding-bottom: 5px;
    }

    .gift-item.life-item .title {
      background-color: #718974;
      color: #F6DBBA !important;
    }

    .gift-item.life-item .discount {
      color: #F6DBBA !important;
    }

    .gift-item .desc {
      font-size: 28px;
      font-weight: 700;
      color: #4D6B51 !important;
      text-align: center;
    }

    .gift-item.life-item .desc {
      color: #F6DBBA !important;
    }

    .gift-item:nth-child(2), .gift-item:nth-child(4) {
      margin-top: 40px;
    }

    .gift-item:nth-child(3) {
      margin-top: 80px;
    }

    @media only screen and (max-width: 1570px), only screen and (max-device-width: 1570px) {
      h1 {
        font-size: 60px;
      }

      h2 {
        font-size: 50px;
      }
    }

    @media only screen and (max-width: 1450px), only screen and (max-device-width: 1450px) {
      h1 {
        font-size: 50px;
      }

      h2 {
        font-size: 40px;
      }

      .hero button {
        font-size: 18px;
        padding: 20px 15px;
      }

      .hero .learn-more a {
        font-size: 20px;
      }
    }

    @media only screen and (max-width: 1300px), only screen and (max-device-width: 1300px) {
      h1 {
        font-size: 42px;
      }

      h2 {
        font-size: 36px;
      }

      .hero button {
        font-size: 16px;
        padding: 20px 15px;
      }

      .hero .learn-more a {
        font-size: 18px;
      }
      
    }

    @media only screen and (max-width: 1170px), only screen and (max-device-width: 1170px) {
      h1 {
        font-size: 30px;
      }

      h2 {
        font-size: 26px;
      }

      .hero button {
        font-size: 14px;
        padding: 20px 15px;
      }

      .hero .learn-more a {
        font-size: 16px;
      }

      .desc {
        font-size: 15px;
      }

      .hero .content {
        padding: 50px;
      }
    }

    @media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
      h1 {
        font-size: 42px;
      }

      h2 {
        font-size: 36px;
      }

      .hero button {
        font-size: 12px;
        padding: 20px 15px;
      }

      .hero .learn-more a {
        font-size: 14px;
      }

      .gifts {
        flex-wrap: wrap;
      }

      .gift-item {
        width: 100%;
        margin-top: 25px !important;
      }

      .desc {
        font-size: 18px;
      }
    }