/* v261: Three centered footer benefits, shared by every page. */
footer#contact .footer-points {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  max-width: 900px;
  margin-left: auto !important;
  margin-right: auto !important;
}
footer#contact .footer-points > span {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center !important;
  gap: 7px;
  text-align: center !important;
}
footer#contact .footer-points small {
  grid-column: auto !important;
}
@media (max-width: 720px) {
  footer#contact .footer-points {
    grid-template-columns: 1fr !important;
    max-width: 420px;
    gap: 0 !important;
    border: 1px solid #1e405a;
  }
  footer#contact .footer-points > span {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
    min-height: 112px;
    padding: 18px 12px;
    border-right: 0 !important;
    border-bottom: 1px solid #1e405a !important;
  }
  footer#contact .footer-points > span:last-child {
    border-bottom: 0 !important;
  }
}
