.paragraph--type--paragraph-image figure {
  margin: 0;
}

.paragraph--type--paragraph-image figure img {
  width: 100%;
  height: auto;
  border-radius: 0.4em;
}

.paragraph--type--paragraph-image figure figcaption {
  font-family: var(--fontSerif);
  font-style: italic;
  color: var(--colorGrayDark);
  text-align: center;
}