/* v360G — Slightly extend the Home Main services section downward
   so the landmark background is a bit more visible below the 4 cards,
   while keeping the current card size and background position style. */

.home-page .home-service-routes{
  padding-bottom: clamp(178px, 14.5vw, 258px) !important;
}

@media (max-width: 1200px){
  .home-page .home-service-routes{
    padding-bottom: clamp(148px, 13vw, 212px) !important;
  }
}

@media (max-width: 980px){
  .home-page .home-service-routes{
    padding-bottom: clamp(112px, 13vw, 162px) !important;
  }
}

@media (max-width: 640px){
  .home-page .home-service-routes{
    padding-bottom: clamp(56px, 10vw, 84px) !important;
  }
}
