@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Proza+Libre:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
section.epilogue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px max(6vw, 30px);
  position: relative;
}
section.epilogue .illustration {
  position: absolute;
  width: 38%;
  top: 0;
  left: 0;
  -webkit-transform: translate(-10%, -40%);
          transform: translate(-10%, -40%);
}
section.epilogue .text_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  width: 100%;
  max-width: 40em;
  z-index: 2;
  position: relative;
}
section.epilogue .text_container .link {
  margin-top: 10px;
}
@media (max-width: 768px) {
  section.epilogue {
    padding: 60px max(6vw, 30px);
  }
  section.epilogue .illustration {
    width: 70%;
  }
  section.epilogue .text_container {
    row-gap: 20px;
  }
}
/*# sourceMappingURL=../../maps/where-page/epilogue/epilogue.css.map */
