/* Pharmacy & Medical Delivery — page-specific tweaks on top of grocery.css */

/* hero pin — clear of the handoff in the pharmacy photo */
.art-hero__pin{ top:51%; right:7%; }

/* four industry cards instead of three */
.glines__cards--4{ grid-template-columns:repeat(4,1fr); }

/* priority stop accent in the live demo */
.demo-stop--pri{ border-color:#d7e0ff; }

@media (max-width:1080px){
  .glines__cards--4{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:620px){
  .glines__cards--4{ grid-template-columns:1fr; }
}
