.pxblock--nexus-news-quote {
  padding: 0;
}

.nexus-news-quote__heading {
  margin-bottom: 40px;
}

.nexus-news-quote__figure {
  margin: 0;

  &:not(:last-child) {
    margin-bottom: 50px;
  }
}

.nexus-news-quote__blockquote {
  text-align: center;
  font-style: italic;
  font-size: 32px;
  line-height: 36px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.nexus-news-quote__speaker {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .nexus-news-quote__blockquote {
    font-size: 22px;
    line-height: 26px;
  }
  .nexus-news-quote__speaker {
    font-size: 16px;
  }
}
