.news-container {
  text-align: center;
}

.news-item {
  display: inline-block;
  width: 30%;
  padding: 5px;
  text-align: center;
	
}

.news-item a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.news-item img {
  width: auto;
  height: auto;
  max-width: 400px;
  max-height: 400px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 1);
}

.news-item p {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}

