@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.phrase {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 70svh;
  padding: 80px max(5vw, 25px);
  background-color: #EDDFD4;
}
section.phrase .text {
  max-width: 20em;
  text-align: center;
}
@media (max-width: 768px) {
  section.phrase {
    padding: 80px max(5vw, 25px);
  }
}
/*# sourceMappingURL=../../maps/sections/phrase/phrase.css.map */
