/* [project]/webproject/app/[locale]/materiali/page.module.css [app-client] (css) */
.page-module__XxzAiW__Main {
  padding: 24px;
}

.page-module__XxzAiW__Main h2 {
  margin-bottom: 18px;
}

.page-module__XxzAiW__Main p:not(:last-of-type) {
  margin-bottom: 12px;
}

.page-module__XxzAiW__Card {
  background-color: #8497fd;
  border-radius: 12px;
  width: 100%;
  padding: 20px;
}

.page-module__XxzAiW__PageBackground {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.page-module__XxzAiW__PageBackground:before {
  content: "";
  filter: blur(4px) brightness(.85);
  z-index: -1;
  background-image: url("../media/foto_Nina1.30d5b29f.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

/*# sourceMappingURL=webproject_app_%5Blocale%5D_materiali_page_module_9c414df5.css.map*/