<style>
  #news_section a.active:hover {
    color: #000000 !important;
  }
  #news_section .panel {
    margin-bottom: unset !important;
  }
  #news_section div.pull-left {
    margin-top: 2rem !important;
  }
  #news_section .portal-news-description > p {
      max-width: 80%
  }
  #news_section .portal-news-body-layer {
      display: flex;
      align-items: anchor-center;
      justify-content: space-between;
  }
  #news_section h4.card-title {
      padding-bottom: 2px;
      font-size: 1.8rem !important;
  }
  #news_section .portal-news-type > span[class="portal-news-type-Bug fix"] {
  background-color: red;
      padding: 5px 20px;
      color: #ffffff;
      font-weight: 500;
      border-radius: 15px;
  }
  #news_section .portal-news-type > span[class="portal-news-type-Information"] {
  background-color: #ADBBDA;
      padding: 5px 20px;
      color: #ffffff;
      font-weight: 500;
      border-radius: 15px;
  }
  #news_section .portal-news-type > span[class="portal-news-type-Feature"] {
  background-color: #0FAA72;
      padding: 5px 20px;
      color: #ffffff;
      font-weight: 500;
      border-radius: 15px;
  }
</style>