.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__text .quote-text__author {
  text-transform: none;
}
.quote-image-background .quote-text {
  max-width: 73.6rem
}
@media (min-width:768px) {
  .quote-image-background__wrapper {
    position: relative
  }
  .image-text-quote__image {
    min-height: 60rem
  }
}
.quote-text__author.body-sm{font-weight:var(--primitive-weight-bold);}