/* [project]/webproject/app/[locale]/about/page.module.css [app-client] (css) */
.page-module__X_d1ua__Main {
  flex-direction: column;
  gap: 32px;
  padding: 24px;
  display: flex;
}

.page-module__X_d1ua__Main h2 {
  margin-bottom: 18px;
  font-size: 24px;
}

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

.page-module__X_d1ua__Card {
  background-color: #9669eb;
  border-radius: 12px;
  width: 100%;
  padding: 20px;
}

.page-module__X_d1ua__Main ul {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  list-style: none;
  display: grid;
}

.page-module__X_d1ua__Background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.page-module__X_d1ua__Background:before {
  content: "";
  filter: blur(8px) brightness(.9);
  z-index: -1;
  background-image: url("../media/sir.3e13c13d.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 100vh;
  position: absolute;
  inset: 0;
}

.page-module__X_d1ua__FlexSection {
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin: 2rem 0 3rem;
  display: flex;
}

.page-module__X_d1ua__FlexText {
  flex: 1;
  font-size: 1.1rem;
  line-height: 1.6;
}

.page-module__X_d1ua__FlexImageWrapper {
  flex-shrink: 0;
  width: 320px;
  height: 320px;
  position: relative;
}

.page-module__X_d1ua__FlexImage {
  object-fit: cover;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .page-module__X_d1ua__FlexSection {
    text-align: center;
    flex-direction: column;
  }

  .page-module__X_d1ua__FlexImageWrapper {
    width: 100%;
    height: 250px;
  }
}

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