.paragraph--section .paragraph--type--featured-items {
  padding: 30px 1em;
}
@media (min-width: 900px) {
  .paragraph--section .paragraph--type--featured-items {
    padding: 50px 1em;
  }
}
.paragraph--type--featured-items .title {
  margin-top: 25px;
  font-size: 24px;
  line-height: 2;
  color: #4A4A4A;
}
.paragraph--type--featured-items .field--name-field-featured-items-items {
  min-height: 230px;
}
@media (min-width: 600px) {
  .paragraph--type--featured-items .field--name-field-featured-items-items {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 -1%;
  }
}
.paragraph--type--featured-items .field--name-field-featured-items-items > .field--item {
  margin-left: 1%;
  margin-right: 1%;
}
@media (min-width: 600px) {
  .paragraph--type--featured-items .field--name-field-featured-items-items > .field--item {
    flex: 1 0 calc(50% - 2% - 20px);
  }
}
@media (min-width: 900px) {
  .paragraph--type--featured-items .field--name-field-featured-items-items > .field--item {
    flex: 1 0 calc(33.33333% - 2% - 20px);
  }
}
@media (min-width: 1200px) {
  .paragraph--type--featured-items .field--name-field-featured-items-items > .field--item {
    flex: 1 0 calc(20% - 2% - 20px);
  }
}

.card__featured-items {
  margin-bottom: 2.5rem;
}
.card__featured-items > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card__featured-items .teaser__info {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 16px;
  right: 15px;
  z-index: 1;
  cursor: pointer;
}
.card__featured-items .teaser__info svg {
  width: 20px;
  height: 20px;
}
.card__featured-items .teaser__image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  height: 104px;
  flex: 0 0 104px;
  padding: 16px 0 8px;
}
.card__featured-items .teaser__image img {
  width: auto;
  height: 80px;
}
.card__featured-items .teaser__body {
  justify-content: space-between;
  padding: 0 15px 20px;
}
.card__featured-items .teaser__title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  min-height: 80px;
  max-height: inherit;
  text-align: center;
  margin-bottom: 15px;
}
.card__featured-items .card__text {
  display: none;
}
.card__featured-items .card__link {
  width: 100%;
}
.card__featured-items .card__link .btn-default, .card__featured-items .card__link.btn-default {
  border-width: 2px;
}
.card__featured-items .card__link a {
  font-weight: 700;
}
.card__featured-items .card__actionbar {
  margin-top: 0;
  padding: 0;
}

/*# sourceMappingURL=paragraph.featured_items.css.map */
