.select-posts {
	padding: 40px 0 57px;
}
.select-posts .title-flex {
	max-width: 1039px;
	margin: 6px auto 22px;
	display: flex;
	justify-content: space-between;
    flex-wrap:wrap;
}
.select-posts .title-flex a{
	font-size: 12px;
	font-family: 'OaksGrotesk';
	font-weight: 900;
	text-decoration: none;
	line-height: 1;
	margin: 25px 0 0 0px;
	letter-spacing: 0.01rem;
	display: flex;
	text-transform: uppercase;
}
.select-posts .title-flex a img {
	width: 15px;
	height: 9px;
	object-fit: contain;
	margin: 0 0 0 12px;
}
.select-posts .title-flex h2 {
	margin:0;
}
.select-posts .featured-post2 {
	max-width: 1039px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.select-posts .featured-post2 article {
	width: 327px;
}
.select-posts .featured-post2 article a {
	text-decoration: none;
}
.select-posts .featured-post2 article a:hover {
	opacity: 1;
}
.select-posts .featured-post2 article:hover img {
	-webkit-filter: brightness(60%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.select-posts .featured-post2 article img {
	width: 100%;
	height: 435px;
	object-fit: cover;
	object-position: center;
}
.select-posts .featured-post2 article h2 {
	margin: -2px 0 0;
	font-size: 20px;
	line-height: 29px;
}
.select-posts .featured-post2 article .post-category {
	font-size: 10px;
	display: block;
	margin: 8px 0 0px;
	letter-spacing: 0.02rem;
}
@media all and (max-width:1080px) {
	.select-posts .title-flex, .select-posts .featured-post2 {
		max-width: 768px;
	}
	.select-posts .featured-post2 article {
		width: 240px;
	}
	.select-posts .featured-post2 article img {
		height:355px;
	}
}
@media all and (max-width:768px) {
	.select-posts .title-flex, .select-posts .featured-post2 {
		max-width: 94%;
	}
	.select-posts .featured-post2 article {
		width: 32%;
	}
	.select-posts .featured-post2 article img {
		height: 310px;
	}
}
@media all and (max-width:600px) {
	.select-posts .featured-post2 article img {
		height: 264px;
	}
}
@media all and (max-width:500px) {
	.select-posts .featured-post2 article img {
		height: 200px;
	}
	.select-posts .featured-post2 article h2 {
		margin: -2px 0 0;
		font-size: 16px;
		line-height: 20px;
	}
	.select-posts .title-flex h2 {
		margin: 0;
		font-size: 30px;
	}
}