.recent-posts {
	padding: 10px 0 0;
}
.recent-posts .title-flex {
	max-width: 1193px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.recent-posts .title-flex h2 {
	margin: 35px 0 30px;
	letter-spacing: -0.05rem;
}
.recent-posts .title-flex a {
	color: #000000;
	font-size: 14px;
	opacity: 1;
	position: absolute;
	bottom: 3px;
	right: 0;
	border: none;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Oakes Grotesk';
	letter-spacing: 0.08rem;
	padding: 0 23px 0 0;
	margin: 0 0;
	background-image: url(../../assets/icons/utility/arrow-right.png);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: right 7px;
}
.recent-posts .line {
	display: block;
	width:100%;
	border-bottom:1px solid #DFDAC9;
}
.recent-posts .archive-wrap {
  	display: block;
  	max-width: 1228px;
  	margin: 65px auto 89px;
  	position: relative;
}
.recent-posts .archive-wrap article {
	margin:0;
	width:100%;
	position: relative;
}
.recent-posts .archive-wrap article .post-date {
	margin:0;
}
.recent-posts .archive-wrap article .post-date {
	position: absolute;
	top: 15px;
	background: #FFFBE7;
	width: 90px;
	height: 28px;
	text-align: center;
	left: 1px;
	font-size: 13px;
	font-weight: 100;
	padding: 2px 0 0;
}
/* Left column */
.recent-posts .archive-wrap .post-1 {	
	width: 264px;
	display: block;
	margin: 0 0 32px;
}
.recent-posts .archive-wrap .post-2 {	
	width: 264px;
	display: block; 
}
.recent-posts .archive-wrap .post-3 {
	width: 475px;
	position: absolute;
	top: 0;
	left: 296px;
}
.recent-posts .archive-wrap .post-3 img {
	width: 100%;
	height: 661px;
	border: 1px solid black;
}
.recent-posts .archive-wrap .post-4 {
	width: 424px;
	top:0;
	right:0;
	position: absolute;
}
.recent-posts .archive-wrap .post-5{
	width: 424px;
	position: absolute;
	right: 0;
	top: 229px;
}
.recent-posts .archive-wrap .post-6{
	width: 424px;
	position: absolute;
	right: 0;
	top: 465px;
}
.recent-posts .archive-wrap article img {
	transition: all 0.5s;
}
.recent-posts .archive-wrap article:hover img{
	filter: brightness(55%);
}
.recent-posts .post-1 img, .recent-posts .post-2 img{
	width: 100%;
	height: auto;
	border: 1px solid;
	aspect-ratio: 1 / 1;
}

.recent-posts .post-4 img, .recent-posts .post-5 img, .recent-posts .post-6 img {
	width: 164px;
	height: 195px;
	border: 1px solid;
}
.recent-posts .post-4 .rside, .recent-posts .post-5 .rside, .recent-posts .post-6 .rside {
	width: 58%;
	display: table;
}
.recent-posts .archive-wrap .post-4, .recent-posts .archive-wrap .post-5, .recent-posts .archive-wrap .post-6 {
	display: flex;
	justify-content: space-between;
}
@media all and (max-width:1240px) {
	.recent-posts .archive-wrap {
		max-width: 1080px;
	}
	.recent-posts .archive-wrap .post-1, .recent-posts .archive-wrap .post-2 {
		width:225px;
	}
	.recent-posts .archive-wrap .post-3 {
		width: 370px;
		position: absolute;
		top: 0;
		left: 250px;
	}
	.recent-posts .archive-wrap .post-3 img {
		height:613px;
	}
	.recent-posts .post-4 img, .recent-posts .post-5 img, .recent-posts .post-6 img {
		height:170px;
	}
	.recent-posts .archive-wrap .post-6 {
		top:443px;
	}
	.recent-posts .archive-wrap .post-5 {
		top:223px;
	}
}
@media all and (max-width:1080px) {
	.recent-posts .title-flex a {
		position: relative;
		margin: 0 auto;
		top: inherit;
		bottom: inherit;
	}
	.recent-posts .title-flex h2 {
		margin: 35px 0 15px;
		letter-spacing: -0.05rem;
	}
	.recent-posts .line {
		margin-top:20px;
	}
	.recent-posts .archive-wrap {
		max-width: 700px;
		margin: 45px auto 55px;
	}
	.recent-posts .archive-wrap .post-4, .recent-posts .archive-wrap .post-5, .recent-posts .archive-wrap .post-6 {
		display: none;
	}
	.recent-posts .archive-wrap .post-1, .recent-posts .archive-wrap .post-2 {
		width: 245px;
	}
	.recent-posts .archive-wrap .post-3 {
		width: 417px;
		position: absolute;
		top: 0;
		left: inherit;
		right: 0;
	}
	.recent-posts .archive-wrap .post-3 img {
		height: 655px;
	}
}
@media all and (max-width:720px) {
	.recent-posts .archive-wrap {
		width: 80%;
		margin: 50px auto;
		max-width: 500px;
	}
	.recent-posts .archive-wrap .post-1, .recent-posts .archive-wrap .post-2 {
		width: 100%;
		margin: 0 0 40px;
	}
	.recent-posts .archive-wrap .post-3 {
		width: 100%;
		position: relative;
		left: inherit;
		right: 0;
		top: inherit;
	}
	.recent-posts .archive-wrap .post-3 img {
		height: auto;
		aspect-ratio: 8 / 10;
	}
}