.select-posts .title-flex {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #DFDAC9;
	position: relative;
	padding: 44px 0 28px;
}
.select-posts .title-flex h2 {
	margin: 0;
	letter-spacing: -0.05rem;
}
.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: 1000px;
	margin: 78px auto;
	justify-content: space-between;
}
.select-posts .archive-wrap article {
	margin: 0 0px 30px;
	width: 310px;
}
@media all and (max-width:1030px) {
	.select-posts .title-flex {
		display: block;
		text-align: center;
	}
	.select-posts .title-flex .more-button {
		display: block;
		margin: 10px auto 0;
		width: fit-content;
	}
	.select-posts .archive-wrap {
		max-width: 700px;
		margin: 40px auto;
		justify-content: space-between;
	}
	.select-posts .archive-wrap article {
		width:30%;
	}
}
@media all and (max-width:690px) {
	.select-posts .archive-wrap {
		max-width:90%;
	}
}
@media all and (max-width:500px) {
	.select-posts .archive-wrap article {
		width: 47%;
	}
}