/* NEWS */

/* Teaser */

.topic-teaser {
  clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
  transition: clip-path .3s ease-in-out !important;
  margin-bottom: 34px;
  height: 465px;
  background-color: #28D296;
}

.topic-teaser-content {
  padding: 25.5px 21.25px 42.5px;
}

.magazine-teaser__meta {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  text-decoration: none;
  color: #1964ff;
}

a .topic-teaser .topic-teaser-content h3 {
  display: block;
  margin-bottom: 5px;
  color: #07262d;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

a .topic-teaser .topic-teaser-meta {
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
}

.topic-teaser-content .topic-teaser-meta p.topic-name {
  font-size: 30px;
  line-height: 40px;
  color: #07262d;
}

.page-node-type-topic p {
  font-size: 18px;
  line-height: 32px;
}

.page-node-type-topic .topic .paragraph.paragraph--type--no-wrapper {
  padding-bottom: 37px;
}

article .topic {
  padding-bottom: 34px;
}