/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/blocks/industry/qoute-with-author/main.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.quotes-with-autor {
  display: flex;
  margin: 24px 0;
}
.quotes-with-autor .quotes-icon {
  color: var(--primary--color);
}
.quotes-with-autor .text-wrapper {
  display: flex;
  padding: 8px 0 0 4px;
  flex: initial;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  row-gap: 10px;
}
.quotes-with-autor .text-wrapper .quote-text {
  margin: 0;
  flex-basis: 100%;
}
.quotes-with-autor .text-wrapper .expert-name,
.quotes-with-autor .text-wrapper .expert-position {
  margin: 0;
}
.quotes-with-autor .text-wrapper .expert-name {
  font-weight: 700;
}
.quotes-with-autor .text-wrapper .expert-position {
  color: var(--primary--color);
}
.quotes-with-autor.big-quotes {
  margin: 70px 0;
}
.quotes-with-autor.big-quotes .text-wrapper {
  padding: 33px 0 0 13px;
}
.quotes-with-autor.big-quotes .quote-text {
  margin-bottom: 0 !important;
  padding-bottom: 64px;
  font-size: 20px !important;
  line-height: 26px !important;
}
.quotes-with-autor.big-quotes .expert-name {
  margin-bottom: 0 !important;
  font-size: 24px !important;
  line-height: 31px !important;
}
.quotes-with-autor.big-quotes .expert-position {
  margin-bottom: 0 !important;
  font-size: 20px !important;
  line-height: 26px !important;
}
@media only screen and (max-width: 991.98px) {
  .quotes-with-autor .text-wrapper {
    padding: 30px 0 25px 68px;
    row-gap: 21px;
  }
  .quotes-with-autor .text-wrapper .expert-data {
    flex-basis: 100%;
  }
  .quotes-with-autor.big-quotes {
    margin-top: 24px;
    gap: 0;
  }
  .quotes-with-autor.big-quotes .quote-text {
    padding-bottom: 38px;
  }
}
@media only screen and (max-width: 575.98px) {
  .quotes-with-autor .text-wrapper {
    padding: 30px 0 0 59px;
  }
  .quotes-with-autor.big-quotes {
    gap: 0;
  }
  .quotes-with-autor.big-quotes .quote-text {
    padding-bottom: 17px;
  }
}

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