/* Keep the Apostille Services mobile benefit grid visually identical to Home. */
@media (max-width: 720px) {
  .apostille-services-page .footer-points {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    margin-top: 24px !important;
    border: 1px solid #1e405a;
  }

  .apostille-services-page .footer-points span {
    min-height: 142px;
    padding: 20px 10px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-align: center !important;
  }

  .apostille-services-page .footer-points span:nth-child(odd) {
    border-right: 1px solid #1e405a !important;
  }

  .apostille-services-page .footer-points span:nth-child(-n + 2) {
    border-bottom: 1px solid #1e405a !important;
  }

  .apostille-services-page .footer-points span:nth-child(3),
  .apostille-services-page .footer-points span:nth-child(4) {
    border-bottom: 0 !important;
  }

  .apostille-services-page .footer-points svg {
    width: 34px;
    height: 34px;
    color: #19a1f5;
  }

  .apostille-services-page .footer-points b {
    font-size: .82rem;
    line-height: 1.3;
  }

  .apostille-services-page .footer-points small {
    grid-column: auto !important;
    font-size: .7rem;
    line-height: 1.35;
  }

  .apostille-services-page .footer .legal-footer-nav {
    max-width: 430px;
    font-size: .67rem;
    line-height: 1.45;
  }

  .apostille-services-page .footer .legal-footer-nav a {
    padding: 3px 8px;
  }
}

/* Keep all eleven city-page footers visually identical to Home on mobile. */
@media (max-width: 720px) {
  .city-page .footer-points {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0 !important;
    margin-top: 24px !important;
    border: 1px solid #1e405a;
  }

  .city-page .footer-points span {
    min-height: 142px;
    padding: 20px 10px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-align: center !important;
  }

  .city-page .footer-points span:nth-child(odd) {
    border-right: 1px solid #1e405a !important;
  }

  .city-page .footer-points span:nth-child(-n + 2) {
    border-bottom: 1px solid #1e405a !important;
  }

  .city-page .footer-points span:nth-child(3),
  .city-page .footer-points span:nth-child(4) {
    border-bottom: 0 !important;
  }

  .city-page .footer-points svg {
    width: 34px;
    height: 34px;
    color: #19a1f5;
  }

  .city-page .footer-points b {
    font-size: .82rem;
    line-height: 1.3;
  }

  .city-page .footer-points small {
    grid-column: auto !important;
    max-width: none;
    font-size: .7rem;
    line-height: 1.35;
  }

  .city-page .footer .legal-footer-nav {
    max-width: 430px;
    font-size: .67rem;
    line-height: 1.45;
  }

  .city-page .footer .legal-footer-nav a {
    padding: 3px 8px;
  }
}
