<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content_trunk_vertical_double_sheet.content_trunk .news_items_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.content_trunk_vertical_double_sheet.content_trunk .news_item_standard_horizontal.news_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  height: 250px;
  width: auto;
  border-bottom: 0 none;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.content_trunk_vertical_double_sheet.content_trunk .news_item_standard_horizontal.news_item .col_container {
  display: block;
}

.content_trunk_vertical_double_sheet.content_trunk .news_item_standard_horizontal.news_item .col_container .image_container picture {
  width: 100% !important;
  height: 98px !important;
}

.content_trunk_vertical_double_sheet.content_trunk .news_item_standard_horizontal.news_item .col_container .text_part_wrapper {
  padding-left: 0;
  display: block;
  margin-top: 53px;
}

.content_trunk_vertical_double_sheet.content_trunk .news_item_standard_horizontal.news_item .col_container .text_part_wrapper .text_part {
  margin-top: 0;
}

.content_trunk_vertical_double_sheet.content_trunk .news_item_standard_horizontal.news_item .col_container .text_part_wrapper .text_part .title {
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 1.76rem;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.content_trunk_vertical_double_sheet.content_trunk .news_item_standard_horizontal.news_item .shout_date {
  position: absolute;
  top: 108px;
  left: 0;
}

.content_trunk_vertical_double_sheet.content_trunk .news_item_standard_horizontal.news_item .shout_date .shout {
  position: static;
  font-size: 1.2rem;
  margin-bottom: .7rem;
  text-align: left;
  color: var(--shout-color);
  height: auto;
}

.content_trunk_vertical_double_sheet.content_trunk .news_item_standard_horizontal.news_item .shout_date .date {
  font-size: 1.2rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .content_trunk_vertical_double_sheet.content_trunk .news_items_column {
    margin-left: -15px;
    margin-right: -15px;
  }
  .content_trunk_vertical_double_sheet.content_trunk .news_item_standard_horizontal.news_item {
    height: 365px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .content_trunk_vertical_double_sheet.content_trunk .news_item_standard_horizontal.news_item .col_container .image_container picture {
    height: 180px !important;
  }
  .content_trunk_vertical_double_sheet.content_trunk .news_item_standard_horizontal.news_item .col_container .text_part_wrapper {
    padding-left: 0;
    display: block;
  }
  .content_trunk_vertical_double_sheet.content_trunk .news_item_standard_horizontal.news_item .col_container .text_part_wrapper .text_part .title {
    margin-top: 0;
    font-size: 2.2rem;
    line-height: 2.42rem;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .content_trunk_vertical_double_sheet.content_trunk .news_item_standard_horizontal.news_item .shout_date {
    position: absolute;
    top: 198px;
    left: 15px;
  }
  .content_trunk_vertical_double_sheet.content_trunk .news_item_standard_horizontal.news_item .shout_date .shout {
    position: static;
    font-size: 1.4rem;
    margin-bottom: .5rem;
    color: var(--shout-color);
    height: auto;
  }
  .content_trunk_vertical_double_sheet.content_trunk .news_item_standard_horizontal.news_item .shout_date .date {
    font-size: 1.4rem;
    text-transform: uppercase;
  }
}
</pre></body></html>