.recent-posts {
	border-left: 1px solid #645A4E;
	background: #F8F7F4;
}
.recent-posts .title-flex {
	background: #645A4E;
	color: #F8F7F4;
	text-align: center;
	display: flex;
	padding: 40px 0 44px;
	justify-content: center;
}
.recent-posts .title-flex .title {
	font-family: 'Swear Display';
	font-size: 40px;
	margin: 0 35px 0 0;
	font-weight: 100;
}
.recent-posts .title-flex a {
	background-image: url(../../assets/icons/utility/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: center right;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.03rem;
	padding: 0 20px 0 0;
	margin: 2px -12px -2px 42px;
	color:white;
}
.recent-posts .title-flex a:hover {
	text-decoration: underline;
}
.recent-posts .archive-wrap-list article {
	display:flex;
	justify-content: space-between;
	height: 108px;
	overflow: hidden;
	border-bottom: 1px solid #645A4E;
}
.recent-posts .archive-wrap-list article:hover {
	background: #121216;
	color: #F8F7F4;
}
.recent-posts .archive-wrap-list article .right{
	width:50%;
	height: 108px;
	display: table;
}
.recent-posts .archive-wrap-list article .right h2 {
	font-size: 20px;
	line-height: 25px;
	margin: 0;
	width: 89%;
}
.recent-posts .archive-wrap-list article .right a {
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}
.recent-posts .archive-wrap-list article .right:hover a {
	color:white;
}
.recent-posts .archive-wrap-list article:hover a {
	color:white;
}
.recent-posts .archive-wrap-list article .right .count {
	display: table;
	color: #C5BFAD;
	font-size: 15px;
}
.recent-posts .archive-wrap-list article .left {
	width:50%;
}
.recent-posts .archive-wrap-list article .left img{ 
	width: 100%;
	height: 107px;
	object-fit: cover;
	object-position: center -50px;
	border-left: 1px solid #645A4E;
}
@media all and (max-width:1100px) {
	.recent-posts .title-flex {
		padding: 40px 10px 44px;
	}
	.recent-posts .title-flex a {
		margin: 2px 2px -2px 2px;
	}
	.recent-posts .title-flex .title {
		font-size:34px;
	}
}
@media all and (max-width:550px) {
	.recent-posts .archive-wrap-list article .left {
		width: 40%;
	}
	.recent-posts .archive-wrap-list article .right {
		width:60%;
	}
	.recent-posts .title-flex {
		padding: 30px 20px 23px;
		display: block;
		text-align: left;
	}
	.recent-posts .archive-wrap-list article .left img {
		object-position: center -14px;
	}
	.recent-posts .archive-wrap-list article .right a {
		padding: 0 10px;
	}
	.recent-posts .archive-wrap-list article .right h2 {
		width:87%;
	}
	.recent-posts .title-flex a {
		margin: 10px 0 0 0;
		display: block;
		width: fit-content;
	}
}