/* phishing notice section 1 -----START */
.pnSection1 {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 400px;
  background-image: url("https://dev.webapp.ekas.com.au/webapp/ekas_whitehat_MOL/assets/phishingSecurityBG.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  background-size: contain;
}
.pnSection1LeftBlock {
  background-color: rgb(255, 255, 255, 0.6);
  height: 400px;
}
.pnSection1Title {
  text-align: center;
  padding-top: 150px;
  font: normal normal normal 40px poppins-semibold, poppins, sans-serif;
  color: #123a61 !important;
}
@media screen and (max-width: 960px) {
  .pnSection2Text a {
    padding-top: 100px;
  }
}
/* phishing notice section 1 -----END */
/* phishing notice section 2 -----START */
.Section2 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.pnSectionBlockWrapper {
  margin-top: 20px;
  margin-bottom: 30px;
}
.pnSection2Text {
  color: #215990 !important;
  padding: 0;
  font-size: 16px;
}

.pnSection2Link {
  color: #ac8579 !important;
  transition: 0.4s linear;
}
.pnSection2Link:hover {
  text-decoration: none;
}
.pnSection2EndLine {
  height: 4px;
  width: 100%;
  border-bottom: 2px dotted #215990;
}

/* phishing notice section 2 -----END */
