/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.98.0_webpack-cli@5.1.4_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.3_webpack@5.98.0_webpack-cli@5.1.4_/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@16.0.5_sass@1.85.1_webpack@5.98.0_webpack-cli@5.1.4_/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.decorative-shapes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  gap: 10rem;
}
.decorative-shapes__shape svg {
  width: 100%;
  max-width: 200px;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.decorative-shapes--big {
  padding: 0rem 2rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6rem;
}
.decorative-shapes--big .decorative-shapes__shape {
  display: block;
  width: 100vw;
  max-width: 250px;
}
.decorative-shapes--big .decorative-shapes__shape svg {
  max-width: 800px;
  max-height: 800px;
}

/*# sourceMappingURL=style-index.css.map*/