/* Keep each footer service on a separate, easy-to-scan row. */
.site-footer .footer-service-group a {
  display: block;
  padding: 2px 0;
  font-size: 10.5px;
  line-height: 1.4;
}

.site-footer .footer-service-group a::after,
.site-footer .footer-service-group a:last-child::after {
  content: "";
}
