/* About section */
.sidebar-about h1 {
  color: #fff;
  margin-top: 0;
  font-family: inherit;
  font-size: 2rem;
}

/* Figures */
figure img {
  margin-bottom: 0.5em;
}
figcaption {
  display: inline-block;
  margin: auto;
  width: 100%;
}
figcaption h4 {
  float: left;
  font-size: smaller;
  line-height: normal;
  margin: auto;
}
figcaption p {
  float: right;
  font-size: smaller;
  line-height: normal;
  margin: auto;
}
