.who-we-are-section {
  min-height: 400px;
  box-sizing: border-box;
}

.whoWeAreImg,
.whoWeAreImg2 {
  max-height: 200px;
}

.whoWeAreImg2 {
  top: 80px;
  left: 150px;
}

.coreValueCard {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.09);
  background-color: white;
  border-radius: 23px;
}

.our-impact-section {
  min-height: 700px;
  background: url("../images/musturedRectangle.png") no-repeat center center;
  background-size: 100% 100%;
  margin-top: -180px;
  box-sizing: border-box;
  padding-top: 190px;
}

.px-250-desktop {
  padding-left: 250px;
  padding-right: 250px;
}

.marginLeft180desktop {
  margin-left: 180px;
}

.our-impact-content p::before {
  background: url("../images/checkIcon.png") no-repeat center center;
  background-size: 15px 15px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.first-step-aboutus {
  position: relative;
  width: 240px;
  margin: 50px 0 0 0;
}

.first-step-corevalues {
  position: relative;
  width: 240px;
  margin: 0 auto;
}

.first-step-lookingforward {
  position: relative;
  width: 340px;
}

.first-step-lookingforward img {
  position: absolute;
  top: -25px;
  right: 70px;
}

.first-step-aboutus img,
.first-step-corevalues img {
  position: absolute;
  top: -20px;
  right: 40px;
}

.ourMissionSection strong {
  font-size: 24px;
}

.impact-div {
  width: 65%;
  height: 350px;
  margin: 0 auto;
  padding: 30px;
}

.impact-div-child {
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 30px;
  top: 0;
  left: 0;
  z-index: 2;
}

.impact-div img {
  height: 100px;
  left: 0;
  height: 100px;
  left: -30px;
  top: -20px;
}

.first-step-ourimpact {
  position: relative;
  width: 240px;
  margin: 0 auto;
}

.ourimpactunderline {
  height: 4px;
  width: 70px;
  background-color: #0171b9;
  margin-left: 50px;
  margin-top: 10px;
}

.first-step-ourimpact img {
  height: 30px;
  position: absolute;
  top: -8px;
  left: 150px;
}

.marginLeft280desktop {
  margin-left: 180px;
}

.nacc {
  min-height: 750px;
  background: url("../images/nacc_img.png") no-repeat;
  background-size: 100% 100%;
}

.looking-forward-image {
  width: 400px;
}

@media screen and (max-width: 600px) {
  .nacc {
    /* min-height: 750px;
    background: url("../images/nacc_mobile.png") no-repeat;
    background-size: 100% 100%; */
    display: none;
  }

  .marginLeft280desktop {
    margin-left: 0px;
  }

  .our-impact-section {
    height: 1000px;
  }

  .impact-div {
    width: 85%;
    height: 80%;
  }

  .border-bottom,
  .border-end {
    border: 0px transparent !important;
  }

  .our-impact-content div {
    border-bottom: 1px solid #0071b7 !important;
  }

  .impact-div img {
    left: -10px;
    top: -10px;
  }

  .first-step-ourimpact img {
    left: 120px;
  }

  .marginLeft180desktop {
    margin-left: -30px;
  }

  .mt300mobile {
    margin-top: 300px;
    padding: 0px;
  }

  .first-step-aboutus img,
  .first-step-corevalues img {
    right: 60px;
  }

  .px-250-desktop {
    padding-left: 0;
    padding-right: 0;
  }
}
