.teaserliste{
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.teaser-title{
  text-decoration: none;
}
.teaser-title h4{
  margin: 1em 0 0;
}
.teaser-title + p{
  margin-top: 0.5em;
}

@media only screen and (min-width: 600px) {
  .teaserliste-teaser{
    max-width: calc(50% - 20px);
  }
}

@media only screen and (min-width: 950px) {
  .teaserliste-teaser{
    max-width: calc(33% - 26px);
  }
}

