.health-check .tmpl-b {
  -ms-flex-pack: start;
  justify-content: flex-start
}
.health-check .tmpl-b h2 {
  color: #9e7347
}
.health-check .tmpl-b.parallax::before {
  background-image: url(../../img/pages/health-check-hero.jpg);
  background-position: center center
}
.health-check .tmpl-k .col-l .callout-wrapper label {
  display: -ms-flexbox;
  display: flex;
  margin: 0
}
.health-check .tmpl-k .col-l .callout-wrapper label img {
  max-width: inherit;
  max-height: 42px
}
@media (min-width:600px) {
  .health-check .tmpl-k .col-l .callout-wrapper label {
    margin-bottom: 36px
  }
  .health-check .tmpl-k .col-l .callout-wrapper label img {
    max-width: 36px;
    max-height: inherit;
    margin-right: 24px
  }
}