.banner2 {
  display: flex;
  margin-bottom: 24px;
  justify-content: center;
}

.banner__img2 {
  height: 100%;
  object-fit: cover;
  object-position: center;
}


.detailed-header_row {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: nowrap;
}

.detailed-news-preview_wrap {
  background-color: var(--grey-light);
  margin: 10px 0;
  padding: 10px;
}