.menu-select-posts {
	border-left: 1px solid rgba(239, 234, 232, 0.2);
	padding: 23px 0 23px 67px;
	margin: 36px 0 30px;
}
.menu-select-posts .featured-post2 {
	width: 390px;
}
.menu-select-posts .featured-post2 article {
	flex-direction: row-reverse;
	display: flex;
	justify-content: space-between;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #EFEAE8;
}
.menu-select-posts .featured-post2 article:last-child {
	border-bottom:none;
}
.menu-select-posts .featured-post2 article img {
	width: 67px;
	height: 89px;
	object-fit: cover;
	object-position: center;
	margin: 0;
}
.menu-select-posts .featured-post2 article .text {
	height: 89px;
	width: 50%;
	display: table;
}
.menu-select-posts .featured-post2 article .post-category {
	font-size: 10px;
	letter-spacing: 0.02rem;
}
.menu-select-posts .featured-post2 article a {
	text-decoration: none;
	color:white;
}
.menu-select-posts .featured-post2 article h2 {
	margin: 3px 0 0;
	font-size: 20px;
	line-height: 22px;
}
.menu-select-posts .featured-post2 article:hover a {
	text-decoration: underline;
}
.menu-select-posts .featured-post2 article:hover img {
	-webkit-filter: brightness(70%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
@media all and (max-width:1080px) {
	.menu-select-posts {
		padding: 23px 0 23px 35px;
	}
	.menu-select-posts .featured-post2 {
		width: 290px;
	}
}