/* Content figures */
.content-figure {
  margin: 2.5rem 0;
  padding: 0;
}
.content-figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(26, 26, 26, 0.08);
}
.content-figure figcaption {
  margin-top: 0.75rem;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.9375rem;
  color: #5c524a;
  font-style: italic;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .content-figure { margin: 1.75rem 0; }
  .content-figure figcaption { font-size: 0.875rem; }
}
