/*!******************************************************************************************************************************************************************************************************!*\
  !*** 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]!./components/testimonial_image/testimonial_image.scss ***!
  \******************************************************************************************************************************************************************************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
.testimonial-image {
  padding: 161px 0;
  background-color: #222222;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.14%, #222222 93.84%), linear-gradient(270deg, rgba(0, 0, 0, 0) 55.15%, rgba(34, 34, 34, 0.8) 100%), linear-gradient(360deg, rgba(0, 0, 0, 0) 43.8%, #222222 89.46%), url("/wp-content/themes/element/assets/images/t9/t9-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (max-width: 768px) {
  .testimonial-image {
    padding: 80px 0;
  }
}
.testimonial-image__container {
  max-width: 44.675925925%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: center;
}
@media all and (max-width: 1400px) {
  .testimonial-image__container {
    max-width: 60%;
  }
}
@media all and (max-width: 992px) {
  .testimonial-image__container {
    max-width: 70%;
  }
}
@media all and (max-width: 768px) {
  .testimonial-image__container {
    max-width: 80%;
  }
}
@media all and (max-width: 375px) {
  .testimonial-image__container {
    max-width: 90%;
  }
}
.testimonial-image__text {
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
@media all and (max-width: 768px) {
  .testimonial-image__text {
    font-size: 32px;
    line-height: 150%;
  }
}
@media all and (max-width: 580px) {
  .testimonial-image__text {
    font-size: 24px;
  }
}
.testimonial-image__author {
  color: #ffcc00;
  font-size: 24px;
  line-height: 150%;
}
@media all and (max-width: 768px) {
  .testimonial-image__author {
    font-size: 18px;
  }
}

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