.hpiq_footer_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.hpiq_footer_grid > .hpiq_footer_card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.hpiq_footer_links p:last-child {
  margin-bottom: 0;
}

.hpiq_footer_grid h4 { {# inherit from eyebrow #}
  color: var(--hqip_white, #ffffff);
  font-weight: 700;
  margin-bottom: 1rem;
}
.hpiq_footer_grid ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .7rem;
  padding-left: 0;
}
.hpiq_footer_grid a {
  color: var(--hqip_white, #ffffff);
  text-decoration: none;
  font-weight: 500;
  font-size: .96rem;
}
.hpiq_footer_grid a:hover {
  color: var(--hqip_white, #ffffff);
}