.paragraph--featured-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing--2);
  padding: var(--spacing--2);
  height: 100%;
  background-color: var(--featured-background);
  border-radius: var(--radius--3);
  text-decoration: none;
}
.paragraph--featured-content .image-wrapper picture {
  border-radius: var(--radius--2);
  overflow: hidden;
  display: block;
  height: 100%;
}
.paragraph--featured-content .image-wrapper picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paragraph--featured-content .info-wrapper {
  display: flex;
  gap: var(--spacing--2);
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 0;
  overflow-wrap: anywhere;
}
@media (max-width: 1199px) {
  .paragraph--featured-content .info-wrapper {
    flex: 1 1 auto;
  }
}
.paragraph--featured-content .info-wrapper h1, .paragraph--featured-content .info-wrapper h2, .paragraph--featured-content .info-wrapper h3, .paragraph--featured-content .info-wrapper h4, .paragraph--featured-content .info-wrapper h5, .paragraph--featured-content .info-wrapper h6, .paragraph--featured-content .info-wrapper p {
  font-weight: 600;
  font-size: var(--typography--font-size--lg);
}
@media (max-width: 767px) {
  .paragraph--featured-content .info-wrapper h1, .paragraph--featured-content .info-wrapper h2, .paragraph--featured-content .info-wrapper h3, .paragraph--featured-content .info-wrapper h4, .paragraph--featured-content .info-wrapper h5, .paragraph--featured-content .info-wrapper h6, .paragraph--featured-content .info-wrapper p {
    font-size: var(--typography--font-size--md);
  }
}
.paragraph--featured-content .info-wrapper > div {
  color: var(--featured-text-color);
}
.paragraph--featured-content .cta-wrapper {
  display: flex;
  justify-content: flex-end;
}
/*# sourceMappingURL=paragraph--featured-content.css.map */
