/*section 1 -----START */
.mhSection1 {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 500px;
  background-image: url("https://dev.webapp.ekas.com.au/webapp/ekas_whitehat_MOL/assets/membersHomeGB.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}
.mhSection1Mask {
  background-color: rgb(241, 241, 241, 0.5);
}
.mhSection1LeftBlock {
  background-color: rgb(241, 241, 241, 0.6);
  height: 500px;
}
.mhSection1Title {
  text-align: center;
  padding-top: 180px;
  font: normal normal normal 60px poppins-semibold, poppins, sans-serif;
  color: #123a61 !important;
}
.mhSection1Text {
  margin: auto;
  width: 65%;
  text-align: center;
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
  color: #123a61 !important;
  font: normal normal normal 20px poppins-semibold, poppins, sans-serif;
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
  .mhSection1Text {
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  .mhSection1Title {
    padding-top: 100px;
  }
  .mhSection1Text {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*section 1 -----END */
.mhline {
  height: 3px;
  border-bottom: 1px dashed #123a61;
  width: 70%;
}
/*section 2 -----START */
.itemWrapper {
  border: 3px solid #123a61;
  border-radius: 5px;
  padding: 10px;
  height: 300px !important;
}
.itemIconWrapper {
  width: 70px;
  height: 70px;
  border: 3px solid #123a61;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 5px;
}
.itemIcon {
  height: 50px;
  width: 50px;
  margin-left: 8px;
  margin-top: 6px;
}
.itemTitle {
  text-align: center;
  font: normal normal normal 14px poppins-semibold, poppins, sans-serif;
  letter-spacing: 0.4rem;
  color: #123a61 !important;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 30px;
}
.itemDescribe {
  text-align: center;
  font: normal normal normal 12px poppins-semibold, poppins, sans-serif;
  color: #123a61;
  padding: 20px;
  height: 120px;
}
.itemlink {
  display: block;
  height: 30px;
  width: 130px;
  margin: auto;
  border: 1px solid #123a61;
  color: #123a61;
  font: normal normal normal 10px poppins-semibold, poppins, sans-serif;
  text-align: center;
  padding-top: 6px;
  transition: 0.4s linear;
}
.itemlink:hover {
  text-decoration: none;
  background-color: #123a61;
  border-color: #ececec;
  color: white;
}

/*section 2 -----END */
