@charset "UTF-8";
.block-quote .block-quote-container {
  background-color: #f8f8f8;
  padding: 6rem;
}
.block-quote .single-quote {
  font-family: "SUSE", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
.block-quote .single-quote:not(:last-child) {
  margin-bottom: 6rem;
}
.block-quote .single-quote .single-quote-text {
  color: #FF552E;
  font-size: 2.4rem;
}
.block-quote .single-quote .single-quote-text::before {
  content: "“";
}
.block-quote .single-quote .single-quote-text::after {
  content: "”";
}
.block-quote .single-quote .single-quote-person {
  color: #1B1A33;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 2rem;
}
