#shapa-health {
  padding-top: 120px;
}

#shapa-health h1 {
  text-align: center;
}

/* HEALTH PLATFORMS SECTION */

.health-platforms {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.italic {
  font-style: italic;
  color: black;
}

.program-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.program-wheel {
  width: 75%;
  max-width: 1200px;
  margin: 50px 0px;
}

a#contact-btn {
  margin: 50px;
}

/* REFERENCES SECTION */

.references {
  margin: 60px auto;
  width: 80%;
}

.reference-label {
  color: black;
  font-style: normal;
}

.reference {
  font-style: italic;
}
.static-flyer{
  width: 100%;
}

@media screen and (max-width: 800px) {
  .program-wheel {
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .wip {
    font-size: 0.6em;
  }
}