/* v356G — Shorten the 4 main service cards on Home without changing
   the overall section height or the background artwork area. */

.home-page .home-route-card {
  min-height: 340px !important;
  padding: 26px 28px 22px !important;
  gap: 12px !important;
}

.home-page .home-route-card strong {
  font-size: 18px !important;
  line-height: 1.2 !important;
}

.home-page .home-route-card .muted {
  font-size: 15px !important;
  line-height: 1.5 !important;
}

@media (max-width: 1200px) {
  .home-page .home-route-card {
    min-height: 320px !important;
    padding: 24px 24px 20px !important;
  }
}

@media (max-width: 980px) {
  .home-page .home-route-card {
    min-height: 300px !important;
    padding: 22px 22px 18px !important;
  }
}

@media (max-width: 640px) {
  .home-page .home-route-card {
    min-height: 0 !important;
    padding: 20px 18px !important;
  }
}
