.select-posts .title-flex {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #DFDAC9;
	position: relative;
	padding: 44px 0 28px;
}
.select-posts {
	padding:50px 0;
}
.select-posts .title{
	position: absolute;
	color: white;
	font-family: 'Swear Display';
	font-size: 40px;
	transform: rotate(-90deg);
	top: 126px;
	left: -109px;
	text-transform: uppercase;
}
.select-posts .title em {
	text-transform: capitalize;
}
.select-posts .title-flex .more-button {
	color: #000000;
	font-size: 14px;
	opacity: 1;
	border: none;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Oakes Grotesk';
	letter-spacing: 0.08rem;
	padding: 0 23px 0 0;
	margin: 1px 0 0 48px;
	background-image: url(../../assets/icons/utility/arrow-right.png);
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: right 6px;
}
.select-posts .archive-wrap {
	max-width: 1250px;
	margin: 5px auto;
	justify-content: space-between;
	position: relative;
	padding: 0 0 0 72px;
}
.select-posts .archive-wrap article {
	margin: 0 0px 0px;
	width: 23.3%;
}
.select-posts .archive-wrap article .post-category {
	color:white;
	margin: 12px 0 3px;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
}
.select-posts .archive-wrap article h2 {
	color:white;
}
.select-posts .archive-wrap article #hero-image {
	width: 100%;
	height: 416px!important;
	border: 1px solid #FFFFFF;
}
.select-posts .archive-wrap article:last-child {
	width:50%;
}
.select-posts .archive-wrap article:last-child #hero-image {
	object-position: top center;
}
@media all and (max-width:1280px) {
	.select-posts .archive-wrap {
		max-width:95%;
	}
}
@media all and (max-width:1120px) {
	.select-posts .archive-wrap article #hero-image {
		height:355px!important;
	}
}
@media all and (max-width:1000px) {
	.select-posts .archive-wrap article #hero-image {
		height: 300px!important;
	}
}
@media all and (max-width:800px) {
	.select-posts .archive-wrap {
		flex-wrap: wrap;
	}
	.select-posts .archive-wrap article {
		margin: 0 0px 20px;
		width: 48%;
	}
	.select-posts .archive-wrap article:last-child {
		width: 100%;
	}
	.select-posts .archive-wrap article #hero-image {
		height: 440px;
	}
}
@media all and (max-width:650px) {
	.select-posts .archive-wrap article #hero-image {
		height: 350px;
	}
}
@media all and (max-width:550px) {
	.select-posts .title {
		position: relative;
		color: white;
		font-family: 'Swear Display';
		font-size: 35px;
		transform: rotate(0deg);
		top: inherit;
		left: inherit;
		text-transform: uppercase;
		text-align: center;
		width: 100%;
		margin-bottom:30px;
	}
	.select-posts .archive-wrap article #hero-image {
		height: auto;
		aspect-ratio: 12 / 16!important;
	}
	.select-posts .archive-wrap article:last-child #hero-image {
		object-position: top center;
		aspect-ratio: 16 / 11;
	}
	.select-posts .archive-wrap {
		flex-wrap: wrap;
		padding: 0;
	}
	.select-posts {
		padding: 35px 0;
	}
}