@import url("https://fonts.googleapis.com/css2?family=Bellefair&family=Karla:ital,wght@0,200..800;1,200..800&family=Meie+Script&display=swap");
section.description {
  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;
  row-gap: 60px;
  padding: 0 0 60px;
}
section.description .image_container {
  background-color: #EDDFD4;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: max(2vw, 10px);
     -moz-column-gap: max(2vw, 10px);
          column-gap: max(2vw, 10px);
}
section.description .image {
  width: 100%;
  aspect-ratio: 4/3;
}
section.description .text_container {
  grid-column: 1/3;
  width: 100%;
  max-width: calc(40em + max(6vw, 30px) * 2);
  margin: 0 auto;
  padding: 0 max(6vw, 30px);
  row-gap: 40px;
  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.description {
    row-gap: 40px;
    padding: 0 0 40px;
  }
  section.description .image_container {
    grid-template-columns: 1fr;
  }
  section.description .image.right {
    display: none;
  }
}
/*# sourceMappingURL=../../maps/internal-page/description/description.css.map */
