#POLICY {
  word-wrap: break-word;
  hanging-punctuation: allow-end;
}
@media only screen and (max-width: 768px) {
  #POLICY {
    padding-bottom: 70px;
  }
}
#POLICY .titleArea__headline {
  margin: 0;
}
#POLICY .secBox {
  margin-top: 0;
}
#POLICY .secBox p {
  text-align: justify;
}
#POLICY .secBox .h2_underBorder {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #POLICY .secBox .h2_underBorder {
    margin-bottom: 15px;
  }
}
#POLICY .secBox .h3_treatment {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #POLICY .secBox .headingTxt {
    margin-bottom: 15px;
  }
}
#POLICY .secBox .contentsBox p {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #POLICY section:nth-of-type(3) {
    margin-top: 25px !important;
  }
}