/* [project]/src/app/stories/page.module.css [app-client] (css) */
.page-module__Sz-EgW__page {
  background-color: var(--bg);
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
}

.page-module__Sz-EgW__left {
  padding: 1rem;
  width: 60%;
}

.page-module__Sz-EgW__storycard {
  display: flex;
  flex-direction: row;
  background-color: var(--bluebg);
  font-size: 1.5rem;
  max-width: 40ch;
  margin: 2rem;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
}

.page-module__Sz-EgW__storytext {
  margin: .5rem;
  display: flex;
  flex-direction: column;
}

.page-module__Sz-EgW__imagecontainer {
  position: relative;
  z-index: 0;
  flex: 1;
}

.page-module__Sz-EgW__bgimg {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-module__Sz-EgW__link {
  text-decoration: none;
  color: #000;
}


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