@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css");
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
.page-template-page--how-it-works section.pillars li h6::before {
  content: "\f061";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 0.5rem;
  color: #108388;
}
.page-template-page--how-it-works section.steps img {
  object-fit: contain;
  max-height: 100px;
}
@media (min-width: 998px) {
  .page-template-page--how-it-works section.banner {
    margin-bottom: 6rem;
  }
}
.page-template-page--how-it-works section.results img {
  border-radius: 0.5rem;
}

.card-flex-grow {
  display: flex;
  flex-flow: column wrap;
  flex-grow: 1;
}