/*!*************************************************************************************************************************************************************************************************!*\
  !*** 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/wt-components/text-quote.scss ***!
  \*************************************************************************************************************************************************************************************************/
.text-quote {
  padding: 1.6rem;
  background-color: rgb(var(--invest-color));
}
@media only screen and (min-width: 1200px) {
  .text-quote {
    padding: 4.8rem 1.6rem;
  }
}
.text-quote--white {
  background-color: transparent;
}
.text-quote--white .text-quote__icon {
  background-image: url(../../images/icon-quote.svg);
}
.text-quote--white blockquote {
  color: rgb(var(--primary-color)) !important;
}
.text-quote__wrapper {
  max-width: 128rem;
  margin: 0 auto;
}
.text-quote__quotes {
  display: flex;
  justify-content: center;
}
.text-quote__quote {
  padding: 0.8rem;
}
.text-quote__quote-wrapper {
  max-width: 64rem;
  margin: 0 auto;
}
.text-quote__icon {
  width: 4rem;
  height: 4rem;
  display: block;
  margin: 0 auto;
  background-image: url(../../images/icon-quote-orange.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.text-quote blockquote {
  margin-bottom: 1.6rem;
  font-size: 3.1rem;
  color: rgb(var(--white));
  text-align: center;
  font-weight: 700;
  line-height: 4.2rem;
}
.text-quote__person {
  padding-top: 1rem;
  font-size: 18px;
  line-height: 1.5;
  color: rgb(var(--grey-light));
}
