@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.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
section.map .illustration {
  position: absolute;
  width: 90%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -11%);
          transform: translate(-50%, -11%);
}
section.map .text_container {
  display: grid;
  padding: 100px max(6vw, 30px);
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  row-gap: 30px;
  -webkit-column-gap: max(3vw, 15px);
     -moz-column-gap: max(3vw, 15px);
          column-gap: max(3vw, 15px);
}
section.map .text_container .title {
  grid-row: 1/3;
}
section.map .text_container .text {
  margin-top: auto;
}
section.map .text_container .link {
  margin-bottom: auto;
}
section.map .map {
  width: 100%;
}
section.map .map.mobile {
  display: none;
}
@media (max-width: 1024px) {
  section.map .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;
  }
}
@media (max-width: 768px) {
  section.map .text_container {
    padding: 70px max(6vw, 30px);
  }
  section.map .map.desktop {
    display: none;
  }
  section.map .map.mobile {
    display: unset;
  }
}
/*# sourceMappingURL=../../maps/where-page/map/map.css.map */
