/* ==========================================================================
   PHARMACY - HEALTH POLICY CONTACT US PAGE
   ========================================================================== */
.contacts {
    margin: 1.5rem auto;
}
.contacts p:first-of-type, 
.contacts h2 {
    text-align: center;
}
/* Deploy grid at 768px instead of 1024px */
@media (min-width: 768px) {
    .cwf-grid.contacts {
      --cwf-grid--grid-template-columns: repeat(
        auto-fit,
        minmax(var(--cwf-grid__column--min-width), 1fr)
      );
    }
  }

