.menu-recent-posts article .left {
	display: block;
	width: 99px;
	height: 150px;
	border: 1px solid #000000;
}
.menu-recent-posts article .left img {
	width: 100%;
	height: 100%!important;
	/*transition: all 0.5s;*/
}
.menu-recent-posts article:hover .left img {
	filter: brightness(55%);
}
.menu-recent-posts article .right {
	height: 150px;
	display: table;
	width: 61%;
}
.menu-recent-posts article a {
	text-decoration: none;
}
.menu-recent-posts article h2 {
	font-size: 20px;
	line-height: 25px;
}
.menu-recent-posts article:hover h2 {
	text-decoration: underline;
}
.menu-recent-posts article {
	display: flex;
	justify-content: space-between;
	width: 47%;
	margin: 0 0 30px;
}
.menu-recent-posts .archive-wrap-list {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}