.paragraph--slide {
  height: 100%;
}
.paragraph--slide .slide-inner {
  display: flex;
  gap: var(--spacing--3);
  height: 100%;
  align-items: stretch;
  flex-direction: column;
}
@media (min-width: 992px) {
  .paragraph--slide .slide-inner {
    flex-direction: row;
    gap: var(--spacing--5);
  }
}
.paragraph--slide .img-wrapper {
  min-height: 40rem;
  width: 100%;
}
.paragraph--slide .img-wrapper picture {
  border-radius: var(--radius--3);
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.paragraph--slide .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .paragraph--slide .img-wrapper {
    min-width: 50%;
    width: 50%;
    max-width: 50rem;
  }
}
@media (min-width: 992px) {
  .paragraph--slide .text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.paragraph--slide .text-wrapper * + * {
  margin-top: var(--spacing--2);
}
/*# sourceMappingURL=paragraph--slide.css.map */
