.news-container {
  display: flex;
  justify-content: space-between;
}

.news-card {
  width: 30%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 16px;
  margin: 8px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}