/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.locations-with-images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem; }
  @media (min-width: 981px) {
    .locations-with-images {
      grid-template-columns: repeat(2, 1fr); } }

/*# sourceMappingURL=physical-locations.css.map */
