.customPageCenteredContent {
  margin-top: 0px;
}
#customPageTitle {
  display: none;
}
.container {
  width: 70%;
  margin: 4rem auto 8rem;
  overflow: hidden;
  max-width: 900px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.box {
  display: block;
  float: left;
  box-sizing: border-box;
  margin-top: 5rem;
  width: 100%;
}

.text {
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.title {
  text-transform: uppercase;
  font-size: 3.2rem;
  line-height: 3.6rem;
  font-weight: 300;
  color: var(--dark-brown);
  margin: auto;
  margin-top: 1rem;
}

.subtitle {
  margin-top: 1rem;
  font-size: 1.2rem;
}

/* dropdown */

.productMoreInfo {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  max-height: fit-content;
  float: left;
}

.moreInfoDiv {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  border-top: solid 1px #D8D0BB;
}

.moreInfoDiv:last-of-type {
  border-bottom: solid 1px #D8D0BB;
}

.productGrouptitle {
  margin: 1.6rem 0;
  line-height: 1.7rem;
  font-size: 1.3rem;
  font-weight: 600;
  width: calc(100% - 1.7rem);
  cursor: pointer;
  text-transform: uppercase;
  color: var(--dark-brown);
}

.openClose {
  position: absolute;
  float: right;
  right: 1rem;
  top: 1.6rem;
  font-size: 1.4rem;
}

.productGroupInfo {
  width: 95%;
  position: relative;
  text-align: left;
  font-size: 1.2rem;
  overflow: hidden;
  height: 0;
  line-height: 1.7rem;
  box-sizing: border-box;
  margin-left: 1rem;
}

.productInfoText {
  margin-top: 0.9rem;
}
.productInfoText:last-child {
  margin-bottom: 1.2rem;
}
/* end of dropdown */
@media screen and (max-width: 1100px) {
  .title {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }

  #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%;
  }
}
