.card.card-news {
  transition: 0.2s ease;
}

.card.card-news:hover {
  background-color: #e1ebff;
}

/* list news  */
@media (min-width: 992px) {
  .view-news-public-blocks-db {
    margin-bottom: 5rem;
    .views-row {
      margin-bottom: -1px;
    }
  }
}
