.citation-editorial {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px;
  align-items: flex-start;
  align-content: flex-start;
}
.citation-editorial span {
  display: block;
  width: 8.3333%;
  height: 80px;
  color: #D2D6FA;
  min-width: 100px;
  font-family: 'Outfit', sans-serif;
  font-size: 20rem;
  line-height: 16rem;
}
.citation-editorial blockquote {
  display: block;
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: normal;
  color: #3E5CDA;
  width: 91.66%;
  margin: 0;
}
.citation-editorial cite {
  width: 100%;
  padding: 0 0 0 8.33%;
}
