
#customPageTitle {
  display: none
}

.container {
  width: var(--web-container);
  margin: 0 auto;
  overflow: hidden;
  max-width: 1000px;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

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


.productMoreInfo {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  max-height: fit-content;
  float: left;
  border-bottom: solid 1px currentColor;
}

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

.productGrouptitle {
  margin: 1.5rem 0;
  width: calc(100% - 1.7rem);
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: var(--font-size-sm);
  line-height:  var(--line-height-sm);
}

.openClose {
  position: absolute;
  float: right;
  right: 1rem;
}

.productGroupInfo {
  width: 95%;
  position: relative;
  text-align: left;
  overflow: hidden;
  height: 0;
  box-sizing: border-box;
  font-family: 'Montserrat';
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
}

.productGroupInfo span {
    font-weight: 600;
    font-size: 14px;
}
span.serviceTitle {font-size: 18px;}
.productGroupInfo li {
    font-weight: 400;
}
.productInfoText {
  margin-top: 0;
  font-weight: 400;
}

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

@media screen and (max-width: 1100px) {

  .box {
    margin-top: 3rem
  }


  .openClose {
    right: 0rem;
  }

  .container {
    width: 90%;
    margin: 0rem auto 8rem
  }


}