.customPageCenteredContent {
  height: auto;
}
.box {
  width: 80%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
#container {
  display: flex;
}
.customTitle {
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  color: #5A5A5A;
  margin-bottom: 30px;
}
.customText {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #000000;
}
.imgContainer {
  width: 100%;
  height: auto;
  margin: auto;
  position: relative;
}
.imgContainer img {
  width: 100%;
  height: 100%;
}
.left {
  width: 60%;
}
.right {
  width: 40%;
}
.right img {
  width: 70%;
  float: right;
}
.productMoreInfo {
  width: 100%;
  height: fit-content;
  display: block;
  position: relative;
  max-height: none;
}
.moreInfoDiv {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: solid 1px #c7c7c7;
}
.productGrouptitle {
  color: #5A5A5A;
  margin: 0;
  margin-top: 12px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
  cursor: pointer;
}
.productGroupInfo {
  width: 95%;
  position: relative;
  margin-bottom: 5px;
  text-align: left;
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
  margin-top: 5px;
  color: #5A5A5A;
  margin-left: 10px;
  display: none;
}
.openClose {
  position: relative;
  color: #5A5A5A;
  float: right;
  right: 10px;
}
.moreInfoDiv.openDiv .productGroupInfo {
  display: block;
}

.customText span{
    color: #00AAE3;
    border-bottom: 1px solid #00AAE3;
    font-weight: 400;
}

@media screen and (max-width: 1100px) {
  .customPageCenteredContent {
    width: 90% !important;
    min-height: 0px;
  }
  .box {
    padding-top: 25px;
  }
  .customTitle {
    font-size: 23px;
    line-height: 27px;
  }
  .customText {
    font-size: 13px;
    line-height: 17px;
  }
  #container {
    display: block;
  }
  .left {
    width: 100%;
  }
  .right {
    width: 80%;
    margin: auto;
    margin-top: 30px;
  }
  .right img {
    width: 100%;
    float: none;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .right {
    width: 50%;
    margin: auto;
    margin-top: 30px;
  }
}
