.latest-news {
	margin-top: 40px;
	text-align: center;
}

.latest-news .latest-new {
	position: relative;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
}

.latest-news .latest-new .wrapper {
	padding-left: 20px;
}

.latest-news .latest-new .text {
	font-size: 1em;
	color: #464646;
	text-decoration: none;
}

.latest-news .latest-new .img-link {
	text-decoration: none;
	border: none;
}

.latest-news .latest-new time {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

.yandex-reviews-wrapper {
	display: flex;
	justify-content: center;
}