/* v357G — Shorten the 4 main service cards further.
   Goal: keep only enough height to fit the full text and CTA,
   without the excessive empty space inside each card. */

.home-page .home-route-card {
  min-height: 292px !important;
  padding: 22px 26px 18px !important;
  gap: 10px !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.48 !important;
}

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

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

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