/* dropdown */

.productMoreInfo {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin-top: 15px;
  max-height: fit-content;
  float: left;
  margin-bottom: 110px;
}
.moreInfoDiv {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  border-top: solid 1px #989898;
}
.moreInfoDiv:last-of-type {
  border-bottom: solid 1px #989898;
}
.productGrouptitle {
  color: #000000;
  margin: 0;
  margin-top: 16px;
  line-height: 17px;
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 500;
  width: calc(100% - 17px);
  cursor: pointer;
}
.openClose {
  position: absolute;
  color: #000000;
  float: right;
  right: 10px;
  top: 13px;
  font-size: 14px;
}
.productGroupInfo {
  width: 95%;
  position: relative;
  margin-bottom: 20px;
  text-align: left;
  font-size: 12px;
  overflow: hidden;
  height: auto;
  line-height: 20px;
  box-sizing: border-box;
  margin-top: 6px;
  color: #000000;
  font-weight: 300;
  margin-left: 10px;
}
.productGroupInfoContainer {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  box-sizing: border-box;
}
.faqImg {
  width: auto;
  display: block;
  margin: 40px 0px;
  max-width: 70%;
}

/* end of dropdown */
.title {
  color: #000000;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.titleContainer {
  margin: 50px 0 40px;
}
.container {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .productMoreInfo {
    margin-bottom: 40px;
  }
  .title {
    font-size: 17px;
    line-height: 21px;
  }
  .productGrouptitle {
    font-size: 13px;
    width: calc(100% - 25px);
  }
  .openClose {
    font-size: 13px;
    top: 18px;
  }
  .titleContainer {
    margin: 30px 0 15px;
  }
}
