div.news-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
div.news-list a{
	max-height: 200px;
}
div.news-list img{
	object-fit: contain;
	max-height: 200px;
	max-width: 220px;
}
