.teaser-news-home {
  display: -webkit-box;
  display: flex;
  cursor: pointer; }
  .teaser-news-home-image {
    margin: 0; }
    @media screen and (max-width: 768px) {
      .teaser-news-home-image img {
        width: 50vw; } }
  .teaser-news-home-content {
    padding-left: 4rem; }
    @media screen and (max-width: 768px) {
      .teaser-news-home-content {
        padding-left: 2rem; } }
  .teaser-news-home-title {
    color: white;
    font-size: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
    @media screen and (max-width: 768px) {
      .teaser-news-home-title {
        color: #000000;
        font-size: 1.6rem; } }
    .teaser-news-home-title a {
      color: inherit;
      text-decoration: inherit; }
  .teaser-news-home-body {
    margin-top: 4rem;
    color: white;
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media screen and (max-width: 768px) {
      .teaser-news-home-body {
        display: none; } }
