.customPageCenteredContent {
    margin-top: 0;
  }
  
  #customPageTitle {
    display: none;
  }
  
  .container {
    width: 70%;
    margin: 4rem auto 8rem;
    overflow: hidden;
    max-width: 900px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    border-bottom: solid 1px #D6D6D6;
  }
  
  #cuidadosSubTitle {
    margin-top: 45px;
    font-weight: 800;
    border-top: 1px solid #000;
    padding-top: 20px;
  }

h1.title {
    font-family: "baskerville";
    font-size: 39px;
}
  
  #cuidadosText {
    line-height: 35px;
    padding-bottom: 20px;
  }
  
  .box {
    display: block;
    float: left;
    box-sizing: border-box;
    margin-top: 5rem;
    width: 100%;
  }
  
  .text {
    color: #000;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  
  .productMoreInfo {
    width: 100%;
    height: auto;
    font-weight: 400;
    display: block;
    position: relative;
    max-height: fit-content;
    float: left;
  }
  
  .moreInfoDiv {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    border-top: solid 1px #D6D6D6;
  }
  
  .productGrouptitle {
    margin: 2rem 0;
    line-height: 22px;
    font-size: 14px;
    width: calc(100% - 1.7rem);
    cursor: pointer;
    /* text-transform: uppercase; */
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
  }
  
  .openClose {
    position: absolute;
    float: right;
    right: 1rem;
    font-size: 2.1rem;
  }
  
  .productGroupInfo {
    width: 95%;
    position: relative;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
    height: 0;
    line-height: 18px;
    box-sizing: border-box;
  }
  
  .productInfoText {
    margin-top: 0;
  }
  
  .productInfoText:last-child {
    margin-bottom: 2.5rem;
  }
  
  @media screen and (max-width: 1100px) {
    .subtitle {
      font-size: 14px;
      width: 100%;
      margin-left: 0;
      margin-top: 30px;
    }
  
    #termsTitle {
      width: 17.5rem;
    }
  
    #shippingTitle {
      width: 10.5rem;
    }
  
    .box {
      margin-top: 3rem;
    }
  
    .openClose {
      right: 0rem;
    }
  
    #policyTitle {
      width: 15.5rem;
    }
  
    #policyTitle::before {
      left: -0.7rem;
    }
  
    #supportTitle {
      width: 21.1rem;
    }
  
    #supportTitle::after {
      left: 4.5rem;
    }
  
    .container {
      width: 90%;
      margin: 0rem auto 8rem;
    }
  
    #cuidadosSubTitle {
      margin-top: 40px;
    }
  
    #cuidadosText {
      line-height: 35px;
    }
  }
  