/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./slicing/src/scss/components/text.scss ***!
  \****************************************************************************************************************************************************************************************/
.text {
  margin-top: 3.75rem;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.text__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 39rem;
  gap: 1.5rem;
  padding: 0 2rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .text__container {
    padding: 0;
  }
}
.text__text {
  margin-top: 3.0313rem;
  max-width: 38.25rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-direction: column;
  padding: 0 2rem;
}
@media only screen and (min-width: 768px) {
  .text__text {
    padding: 0;
  }
}
.text__link {
  color: #b39668;
}
