.news {
	padding-bottom: 70px;
}

.news-title {
	margin-bottom: 45px;
}

.news-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}

.news-item {
	width: 410px;
	background: #F8F8F8;
	border-radius: 20px;
	padding: 20px;
	margin: 25px 10px;
}

.news-item img {
	width: 380px;
	height: 225px;
	border-radius: 20px;
}

.news-item h3 {
	margin: 15px 0 10px;
	text-align: center;
}

.news-item a {
	margin-top: 8px;
	display: block;
	max-width: max-content;
}