.customer__quote-box {
  padding-left: 50px;
  position: relative;
}
.customer__quote-box.white {
  color: #ffffff;
}
.customer__quote-box.black {
  color: #000000;
}
.customer__quote-box .quote-text {

}
.customer__quote-box .quote-img {
  position: absolute;
  left: 0;
  max-width: 32px;
  height: auto;
}
.customer__quote-box.white .quote-logo img {
  filter: brightness(0) invert(1);
}

.customer__quote-box > p.lead {
  margin-bottom: 0.25rem;
}
.customer__quote-box p.lead.large {
  margin-bottom: 0.5rem;
  font-size: 1.5rem; !important
}
.customer__quote-box p.byline {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.customer__quote-box .quote-logo {
  
}