.unige-last-news__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 24px;
}
.unige-last-news__header--title {
  text-transform: none;
}
.unige-last-news__header--link {}

.unige-last-news__block {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 0.5rem;
}

.unige-last-news__block .unige-last-news__block--item {
  border-left: 1px solid #8D8D8D;
  padding: 1rem;
}
.unige-last-news__block .unige-last-news__block--item:first-child {
  border-left: none;
}

.unige-last-news__block--date {
  display: block;
  color: #8D8D8D;
}
.unige-last-news__block--link {
  font-size: 1.125rem;
  font-weight: 600;
}

@media (max-width: 992px) {
  .unige-last-news__block {
    flex-direction: column;
    padding: 1rem;
  }
  .unige-last-news__block .unige-last-news__block--item {
    border-left: none;
    border-top: 1px solid #8D8D8D;
  }
  .unige-last-news__block .unige-last-news__block--item:first-child {
    border-top: none;
  }
}
