.quote-block {
  background-color: #ebf8fe;
  padding-top: 3.875rem;
  padding-bottom: 3.875rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.quote-block .row {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}

.quote-block .column {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.quote-block .seperator {
  border-bottom: 1px solid #a79569;
  width: 4.875rem;
}

.quote-block .body {
  font-family: "utopia-std", serif;
  font-size: 1.5rem;
  font-style: italic;
  margin: 2.5rem 0;
  max-width: 62.5rem;
}

.quote-block .body > *:last-child {
  margin-bottom: 0;
}

.quote-block .source,
.quote-block .date,
.quote-block .cta {
  font-family: "lato", sans-serif;
  font-size: 1.125rem;
}

.quote-block .source,
.quote-block .date {
  line-height: 1.5;
  margin: 0;
}

.quote-block .cta {
  margin-top: 1rem;
}

.quote-block a {
  color: #0876a6;
  font-weight: 700;
}

.quote-block a:hover {
  color: #02486a;
}
