.blockImage {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.blockImage img {
  max-width: 100%;
}
.blockImage__title {
  display: block;
  font-family: "legacy-medium";
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: normal;
  margin: 1em 0;
  margin-bottom: 7px;
  margin-top: 10px;
}
@media only screen and (min-width: 900px) {
  .blockImage__title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.blockImage__caption {
  font-family: "legacy-book";
  font-size: 0.75rem;
  line-height: 1rem;
}