/* contact us section 1 -----START */
.ppSection1 {
  margin-top: 20px;
  height: 400px;
  background-image: url("https://dev.webapp.ekas.com.au/webapp/ekas_whitehat_MOL/assets/privacy%20police.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
.ppSection1Title {
  text-align: center;
  padding-top: 120px;
  font: normal normal normal 40px poppins-semibold, poppins, sans-serif;
  color: #123a61 !important;
}
.ppSection1Text {
  margin: auto;
  width: 65%;
  text-align: center;
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
  color: #123a61 !important;
  font: normal normal normal 25px poppins-semibold, poppins, sans-serif;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .ppSection1Text {
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  .ppSection1 {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .ppSection1Title {
    padding-top: 100px;
  }
  .ppSection1Text {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* contact us section 1 -----END */
/* contact us section 2 -----START */
.ppSection2 {
  margin-top: 50px;
}
.ppSectionBlockWrapper {
  margin-top: 30px;
}
.ppSection2Title {
  font: normal normal normal 14px poppins-semibold, poppins, sans-serif;
  letter-spacing: 0.4rem;
  color: #123a61 !important;
  font-weight: bold;
}
.ppSection2TextWrapper {
  margin-bottom: 10px;
}
.ppSection2Text {
  color: #215990 !important;
  margin-top: 15px;
}
.tcSection2Text {
  color: #215990 !important;
  margin-top: 15px;
}
.ppSection2TextTitle {
  color: #215990 !important;
  font-weight: bold;
  display: inline-block;
  padding: 0;
  text-align: center;
}
.tcSection2TextDetail {
  color: #215990 !important;
  padding: 0;
}
.ppSection2TextDetail {
  color: #215990 !important;
  padding: 0;
}
.ppSection2EndLine {
  height: 4px;
  width: 100%;
  border-bottom: 2px dotted #215990;
}
.ppSection2EndText {
  color: #215990 !important;
  padding: 0;
  margin-bottom: 50px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ppSection2TextTitle {
    display: inline;
  }
  .ppSection2TextDetail {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .tcSection2TextTitle {
    display: inline;
  }
  .tcSection2TextDetail {
    display: inline;
  }
}
/* contact us section 2 -----END */
