/**
 *
 * This stylesheet affects only the "for businesses" page.
 *
 */
spotlight-slideshow {
  color: black;
}

#lokai-checkout {
  max-width: 23em;
}

#testimonials-and-features {
  padding: 6em 0 16em 0;
}

#features-grid {
  display: grid;
  gap: 2em;
  max-width: 34em;
  grid-template-columns: 1fr;
}
@media (min-width: 400px) {
  #features-grid {
    grid-template-columns: 1fr 1fr;
  }
}

#snackmagic-spotlight-image,
#generaize-spotlight-image {
  border: 1px solid #dedede;
  box-sizing: border-box;
  border-radius: 1em;
}

/*# sourceMappingURL=businesses.css.map */
