.customPageCenteredContent {
  margin-top: 0;
}

#customPageTitle {
  display: none;
}

.container {
  width: 100%;
  margin: 7rem auto 12rem;
  overflow: hidden;
  max-width: 1500px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  border-bottom: 1px solid var(--grey);
}

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

.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 var(--grey);
}

.productGrouptitle {
  margin: 2rem 0;
  line-height: 53px;
  font-size: 49px;
  width: calc(100% - 1.7rem);
  cursor: pointer;
  text-transform: lowercase;
  display: flex;
  align-items: center;
  font-weight: 900;
}

.openClose {
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 3.1rem;
  font-weight: 700;
}

.productGroupInfo {
  width: 95%;
  position: relative;
  text-align: left;
  font-size: 20px;
  overflow: hidden;
  height: 0;
  line-height: 28px;
  box-sizing: border-box;
  font-style: italic;
}

.productInfoText {
  margin-top: 0;
}

.productInfoText:last-child {
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 1100px) {
  .productGrouptitle {
    font-size: 2.8rem;
  }

  .container {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  .openClose {
    font-size: 2.8rem;
  }

  .productInfoText {
    font-size: 21px;
    line-height: 31px;
  }
}
