.paragraph--image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.paragraph--image__image {
  width: 100%;
  height: auto;
}

.paragraph--image__caption {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #003262;
  margin: 10px 5px;
}

.paragraph--image__subcaption {
  display: block;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #002547;
  margin-top: 5px;
}
