#TopTriangle {
  position: absolute;
  top: -3%;
  left: -2%;
}

#Benefits,
#HealthCare {
  position: relative;
  z-index: 3;
  margin-top: 10%;
}

#FamilySupport {
  margin: 8% 0;
}

#HealthCare .Benefits-container img {
  width: 470px;
  height: auto;
}

@media screen and (max-width: 768px) {

  #TopView {
    height: 400px;
  }

  #TopTriangle {
    position: absolute;
    top: 0%;
    left: -2%;
    width: 22%;
  }

  #HealthCare .Benefits-container img {
    width: 290px;
  }

  #FamilySupport {
    margin: 20% 0;
  }
}