.small-teaser {
  background-color: var(--theme-color);
  margin: 0;
}
@media (min-width: 992px) {
  .small-teaser:hover .small-teaser__inner {
    background-color: var(--eip-black-trans-8);
  }
}
.small-teaser__link {
  display: block;
  height: 100%;
}
.small-teaser__inner {
  padding: 1.5rem 1.875rem;
  position: relative;
}
@media (min-width: 992px) {
  .small-teaser__inner {
    padding: 2rem 3rem;
  }
}
.small-teaser__title {
  margin-bottom: 0.5rem;
}
.small-teaser__text {
  padding-right: 2.5rem;
}
.small-teaser__arrow {
  bottom: 1.5rem;
  position: absolute;
  right: 2rem;
}
@media (min-width: 992px) {
  .small-teaser__arrow {
    bottom: 2rem;
    top: 2rem;
  }
}
/*# sourceMappingURL=paragraph-small-teaser.css.map */
