/* Match the approved Home footer benefit grid on the About page. */
@media (max-width:720px){
  .about-page .footer-points{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;margin-top:24px!important;border:1px solid #1e405a}
  .about-page .footer-points span{display:flex!important;min-height:142px;padding:20px 10px;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-align:center!important}
  .about-page .footer-points span:nth-child(odd){border-right:1px solid #1e405a!important}
  .about-page .footer-points span:nth-child(-n+2){border-bottom:1px solid #1e405a!important}
  .about-page .footer-points span:nth-child(3),.about-page .footer-points span:nth-child(4){border-bottom:0!important}
  .about-page .footer-points svg{width:34px;height:34px;color:#19a1f5}
  .about-page .footer-points b{font-size:.82rem;line-height:1.3}
  .about-page .footer-points small{grid-column:auto!important;font-size:.7rem;line-height:1.35}
  .about-page .footer .legal-footer-nav{max-width:430px;font-size:.67rem;line-height:1.45}
  .about-page .footer .legal-footer-nav a{padding:3px 8px}
}
