.benefitItem.style-blue {
  background-color: #003867;
  border-radius: 8px;
  padding: 20px;
}
.benefitItem.style-blue .topRow .benefitItemIcon .mi {
  background-color: #ffffff;
  color: #003867;
}
.benefitItem.style-blue .topRow .benefitItemTitle h3 {
  background-color: #ffffff;
}
.benefitItem.style-blue .bottomRow {
  color: #ffffff;
}
.benefitItem.style-bordered {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  border: 3px solid #003867;
}
.benefitItem.style-bordered .topRow .benefitItemIcon .mi {
  background-color: #003867;
  color: #ffffff;
}
.benefitItem.style-bordered .topRow .benefitItemTitle h3 {
  color: #ffffff;
  background-color: #003867;
}
.benefitItem.style-bordered .bottomRow {
  color: #000000;
}
.benefitItem.size-small {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.benefitItem .topRow {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px;
  align-items: center;
}
.benefitItem .topRow .benefitItemIcon .mi {
  padding: 8px;
  border-radius: 50px;
  font-size: 2rem;
}
.benefitItem .topRow .benefitItemTitle h3 {
  margin: 0;
  font-size: 1.2rem;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
}
.benefitItem .bottomRow {
  margin-top: 20px;
  font-size: 1.2rem;
}

/*# sourceMappingURL=BPHBenefitItem.css.map */
