.small-blockquote {
  max-width: 308px;
  padding: 16px 16px 16px 48px;
  background: rgb(233, 234, 251);
  border-radius: 16px;
  position: relative;
  margin: 16px 0 16px 35px;
  color: rgb(13, 37, 255);
}
.small-blockquote__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
}
.small-blockquote__name + .small-blockquote__quote {
  margin-top: 4px;
}
.small-blockquote__headshot {
  width: 70px;
  height: 70px;
  object-fit: contain;
  object-position: left center;
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
}
.small-blockquote__quote {
  padding-left: 32px;
  font-weight: 400;
  font-style: Italic;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.small-blockquote__quote:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("./quote.svg") no-repeat top left;
}

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