.news-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.news-item {
  flex: 1;
  max-width: 50%;
}
