@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&family=Raleway:wght@400;600;700&display=swap");
article.node.node--type-article.node--view-mode-teaser {
  height: 100%;
  padding-bottom: 40px;
}
article.node.node--type-article.node--view-mode-teaser a.teaser {
  display: flex;
  text-decoration: none;
  flex-direction: column;
  height: 100%;
}
article.node.node--type-article.node--view-mode-teaser a.teaser .img-wrapper img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
article.node.node--type-article.node--view-mode-teaser a.teaser .teaser-content-wrapper {
  position: relative;
  padding-bottom: 25px;
  display: flex;
  text-decoration: none;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  padding: 20px;
}
article.node.node--type-article.node--view-mode-teaser a.teaser .teaser-content-wrapper .teaser-content-top .teaser-category {
  margin-bottom: 10px;
  color: #8b65ab;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
article.node.node--type-article.node--view-mode-teaser a.teaser .teaser-content-wrapper .teaser-content-top h5 {
  margin-bottom: 40px;
}
article.node.node--type-article.node--view-mode-teaser a.teaser .teaser-content-wrapper .teaser-content-bottom .partner {
  font-family: "Raleway", sans-serif;
  color: #1d1d1d;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.1;
}/*# sourceMappingURL=node--article--teaser.css.map */