@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.description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px max(6vw, 30px);
  row-gap: 40px;
  -webkit-column-gap: max(3vw, 15px);
     -moz-column-gap: max(3vw, 15px);
          column-gap: max(3vw, 15px);
}
section.description .text {
  max-width: 45em;
}
section.description .link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  section.description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px max(6vw, 30px);
  }
}
/*# sourceMappingURL=../../maps/where-page/description/description.css.map */
