/* image-text-quote */
.image-text-quote .image-text-quote__content {
height:100%;
display:flex;
align-items:center;
}
.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
}
@media (min-width:768px) {
  .quote-image-background__wrapper {
    position: relative
  }
  .image-text-quote__image {
    min-height: 484px;
  }
}
.image-text-quote__image {
   border-radius:16px;
  }