.quote {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: solid 1px rgb(237, 237, 237);
  border-bottom: solid 1px rgb(237, 237, 237);
}
.quote__content {
  margin-bottom: 12px;
}
.quote__content p {
  font-weight: inherit;
  font-stretch: inherit;
  font-style: inherit;
  line-height: inherit;
}