/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.103.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.6_webpack@5.103.0/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@16.0.6_sass@1.94.1_webpack@5.103.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/decorative-shapes/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*/