.contentPageBlock, .contentPageBlockAccs, .contentPageBlockMultiple {
  border-radius: 0.4rem;
  background-color: white;
  box-shadow: 9px 9px 10px rgb(189 183 183);
  text-align: justify;
  margin-bottom: 60px;
  overflow: hidden;
}
.contentPageBlockAccs p {
  line-height: 26px;
  margin-bottom: 10px;
}
.tighterPs p {
  line-height: 24px;
  margin-bottom: 8px;
}
.contentPageBlockMultiple, .content.contentPageBlockMultiple {
  margin-bottom: 25px;
  padding: 1.2rem 1.75rem 1px;
}
.accImgs {
  width: 120%;
  margin-left: -10%;
}
.itemImgs {
  width: 100%;
}
.apiImg {
  width: 81%;
  margin-top: -20px;
}
.accImgMain {
  width: 140%;
  margin-left: -20%;
}
.ispaImg {
  width: auto;
  margin-left:5%;
}
.accReadMoreBttn {
  padding: 1px 14px 3px 14px;
  margin-top: 12px;
  margin-bottom: 25px;
  font-size: 1.2rem;
  display: inline-block;
  background-color: #5bc0de;
  border-radius: 0.2rem;
}
.accReadMoreBttn:hover {
  background-color: #31b0d5;
}
.accHeaders {
  margin-top: 4px;
  margin-bottom: 12px;
}
.eppFaqs li {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.1rem;
}
.apiUl {
  margin-top: -10px;
  margin-bottom: 20px;
  background-color: #fcfcfd;
  padding: 6px 0px 0px 30px;
  border-radius: 0.2rem;
}
.printSpan {
  margin-top: -10px;
  float: right;
}
.printSpan img {
  position: relative;
  top: -2px;
  margin-right: 6px;
}
.scrollBlock {
  max-height: 400px;
  overflow-y: scroll;
  margin-bottom: 35px;
}
.minHeight200 .minHeightBlock {
  min-height: 92%;
}