.bph_faq_item a {
  height: 150px;
  text-decoration: none;
  color: #000000;
  text-align: center;
  background-color: #ffffff;
  box-shadow: rgba(50, 50, 50, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 18px;
  border-radius: 8px;
  display: block;
}
.bph_faq_item a:hover {
  color: #ffffff;
  background-color: #00386A;
}
.bph_faq_item a .inner_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.bph_faq_item a .inner_wrapper .faq_grid_icon {
  margin-bottom: 8px;
}
.bph_faq_item a .inner_wrapper .faq_grid_icon .mi {
  font-size: 32px;
}
.bph_faq_item a .inner_wrapper .faq_grid_title {
  font-size: 22px;
  font-weight: 700;
}

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