.paragraph.paragraph--type--gallery-item {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.paragraph.paragraph--type--gallery-item .card-header {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 250/293;
}
.paragraph.paragraph--type--gallery-item .card-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.paragraph.paragraph--type--gallery-item .card-body {
  flex-grow: 1;
}
.paragraph.paragraph--type--gallery-item .card-body .card-text {
  line-height: 1.5rem;
  color: #ffffff;
}