.quote-image-background__bg {
  top: 0;
  left: 0
}
.quote-image-background__bg::before {
  content: "";
  background: var(--dark-50);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}
.quote-image-background .quote-text {
  max-width: 73.6rem
}
.image-text-quote__quote {
  max-width: 74%;
  background: linear-gradient(90deg,#fff 0,rgba(239,239,239,.25) 100%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: absolute;
  left: 0;
  bottom: calc(-1 * var(--lg-1))
}
.image-text-quote .icon {
  font-size: 1.6rem
}
.image-text-quote__image {
  min-height: 36.8rem
}
@media (min-width:768px) {
  .quote-image-background__wrapper {
    position: relative
  }
  .image-text-quote__quote {
    max-width: 80%;
    left: auto;
    right: calc(-1 * var(--sm-1))
  }
  .image-text-quote__image {
    min-height: 40.6rem
  }
}
@media (min-width:992px) {
  .image-text-quote__image {
    min-height: 53.6rem
  }
}
@media (min-width:1200px) {
  .quote-image {
    background: 0 0
  }
  .image-text-quote__quote {
    max-width: 48rem
  }
  .image-text-quote__image {
    min-height: 73.6rem
  }
}