.recent-posts {
	border-top: 1px solid black;
	position: relative;
	background: radial-gradient(circle, rgba(234, 231, 222, 1) 0%, rgba(245, 243, 239, 1) 50%, rgba(255,255,255,1) 100%);
	padding-bottom:56px;
}
.recent-posts .small-title {
	text-align: center;
	font-family: 'termina';
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.09rem;
	position: absolute;
	top: -11px;
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	background: white;
	padding: 0 6px;
	background: linear-gradient(0deg, rgb(250 249 248) 0%, rgb(251 250 249) 50%, rgba(255,255,255,1) 100%);
	font-weight: 500;
}
.recent-posts .large-title {
	text-align: center;
	margin: 50px auto 20px;
	font-size: 56px;
}
.recent-posts a.button {
	width: 232px;
	height: 74px;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	font-family: 'the-seasons';
	font-size: 26px;
	font-style: italic;
	padding: 23px 0 0 0;
	margin: 0 auto;
}
.recent-posts a.button:hover {
	background:black;
	color:white;
}
.recent-posts .archive-wrap {
	display: flex;
	position: relative;
	margin: 46px auto 0px;
	max-width: 100%;
	justify-content: space-between;
}
.recent-posts .archive-wrap:before {
	content: "";
	display: block;
	width: 1px;
	background: black;
	height: 101.7%;
	position: absolute;
	top: -27px;
	left: 0;
	right: 0;
	margin: auto;
}
.recent-posts .archive-wrap .col1 {
	width: 50%;
}
.recent-posts .archive-wrap .col2 {
	width: 50%;
	margin-top: 106px;
}
.recent-posts .archive-wrap article {
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #1C1011;
	height: fit-content;
	padding: 0 37px;
	max-height: 580px;
}
.recent-posts .archive-wrap article:last-child {
	border-bottom:none;
}
.recent-posts .archive-wrap article .flex {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 582px;
	margin: 35px 0;
}
.recent-posts .archive-wrap article .rside {
	width:46%;
	height: 425px;
	display: table;
}
.recent-posts .archive-wrap article .lside {
	display: block;
	width: 283px;
	height: 425px;
	position: relative;
	z-index: 1;
}
.recent-posts .archive-wrap article .lside img {
	width: 100%;
	height: 100%;
}
.recent-posts .archive-wrap .col1 article .flex {
	flex-direction: row-reverse;
}
.recent-posts .archive-wrap .col1 article .rside {
	text-align: right;
	position: relative;
	z-index: 1;
}
.recent-posts .archive-wrap .col1 article{
	display: flex;
	justify-content: flex-end;
}
.recent-posts .archive-wrap .col2 article {
	display: flex;
	justify-content: flex-start;
}
.recent-posts .archive-wrap .col1 article .read-post{
	margin: 20px 0 20px 61px;
}
/* .recent-posts .archive-wrap article:nth-child(2){
	padding:106px 37px 0;
} */
.recent-posts .archive-wrap article .post-category {
	color: #96BC90;
	font-size: 9px;
	text-transform: uppercase;
	font-family: 'termina';
	font-weight: 500;
	letter-spacing: 0.05rem;
}
.recent-posts .archive-wrap article a {
	color:black;
	text-decoration: none;
}
.recent-posts .archive-wrap article h2 {
	font-size: 38px;
	line-height: 42px;
	margin: 15px 0 25px;
}
.recent-posts .archive-wrap article a:hover {
	opacity:1;
}
.recent-posts .archive-wrap article .read-post {
	background: linear-gradient(90deg, rgba(244,131,106,1) 0%, rgba(243,177,119,1) 50%, rgba(242,221,131,1) 100%);
	border: 1px solid black;
	font-family: 'termina';
	text-transform: uppercase;
	border-radius: 28px;
	font-size: 12px;
	width: 206px;
	height: 48px;
	margin: 20px 0;
	padding: 3px 0 0;
	font-weight: 500;
	letter-spacing: 0.04rem;
}
.recent-posts .archive-wrap article .read-post:hover {
	background: linear-gradient(0deg, rgba(244,131,106,1) 0%, rgba(243,177,119,1) 50%, rgba(242,221,131,1) 100%);
	opacity: 1;
}
.recent-posts .archive-wrap .col1 article:nth-child(1) .flex, .recent-posts .archive-wrap .col2 article:nth-child(1) .flex, .recent-posts .archive-wrap .col1 article:nth-child(3) .flex {
	position: relative;
}
.recent-posts .archive-wrap .col2 article:nth-child(1) .flex:after {
	content: "";
	display: block;
	width: 1px;
	height: 1px;
	background: #F2DD83;
	position: absolute;
	bottom: -32px;
	left: 316px;
	filter: drop-shadow(0 0 39px #F2DD83);
	border-radius: 50%;
	box-shadow: 0 0px 59px 41px #F2DD83;
	z-index: 0;
}
.recent-posts .archive-wrap .col1 article:nth-child(1) .flex:after {
	content: "";
	display: block;
	width: 1px;
	height: 1px;
	background: #F4826A;
	position: absolute;
	top: 344px;
	left: 286px;
	filter: drop-shadow(0 0 31px #F4826A);
	border-radius: 50%;
	box-shadow: 0 0px 64px 37px #F4826A;
	z-index: 0;
}
.recent-posts .archive-wrap .col1 article:nth-child(3) .flex:after {
	content: "";
	display: block;
	width: 1px;
	height: 1px;
	background: #96BC90;
	position: absolute;
	bottom: 9px;
	left: 300px;
	filter: drop-shadow(0 0 39px #96BC90);
	border-radius: 50%;
	box-shadow: 0 0px 59px 41px #96BC90;
	z-index: 0;
}
.recent-posts .archive-wrap .col1 article:nth-child(2) .read-post {
	background: linear-gradient(90deg, rgba(150,188,144,1) 0%, rgba(242,221,131,1) 31%, rgba(226,208,186,1) 77%, rgba(244,130,106,1) 100%);
}
.recent-posts .archive-wrap .col1 article:nth-child(2) .read-post:hover {
	background: linear-gradient(90deg, rgba(244,130,106,1) 0%, rgba(242,221,131,1) 31%, rgba(226,208,186,1) 77%, rgba(150,188,144,1) 100%);
}
.recent-posts .archive-wrap .col1 article:nth-child(3) .read-post {
	background: linear-gradient(90deg, rgba(150,188,144,1) 0%, rgba(194,204,138,1) 50%, rgba(242,221,131,1) 100%);
}
.recent-posts .archive-wrap .col1 article:nth-child(3) .read-post:hover {
	background: linear-gradient(0deg, rgba(150,188,144,1) 0%, rgba(194,204,138,1) 50%, rgba(242,221,131,1) 100%);
}
.recent-posts .archive-wrap .col2 article:nth-child(1) .read-post {
	background: linear-gradient(90deg, rgba(150,188,144,1) 0%, rgba(194,204,138,1) 50%, rgba(242,221,131,1) 100%);
}
.recent-posts .archive-wrap .col2 article:nth-child(1) .read-post:hover {
	background: linear-gradient(0deg, rgba(150,188,144,1) 0%, rgba(194,204,138,1) 50%, rgba(242,221,131,1) 100%);
}
.recent-posts .archive-wrap .col2 article:nth-child(3) .read-post {
	background: linear-gradient(90deg, rgba(150,188,144,1) 0%, rgba(242,221,131,1) 31%, rgba(226,208,186,1) 77%, rgba(244,130,106,1) 100%);
}
.recent-posts .archive-wrap .col2 article:nth-child(3) .read-post:hover {
	background: linear-gradient(90deg, rgba(244,130,106,1) 0%, rgba(242,221,131,1) 31%, rgba(226,208,186,1) 77%, rgba(150,188,144,1) 100%);
}
@media all and (max-width:1080px) {
	.recent-posts .archive-wrap article {
		margin: 0;
		width: 100%;
		border-bottom: 1px solid #1C1011;
		height: fit-content;
		padding: 0 37px 0;
		max-height: 580px;
	}
	.recent-posts .archive-wrap article .lside {
		display: block;
		width: 50%;
		height: 305px;
		position: relative;
		z-index: 1;
	}
	.recent-posts .archive-wrap article .rside {
		width: 46%;
		height: 305px;
		display: table;
	}
 	.recent-posts .archive-wrap article .read-post {
	 	width: 130px;
	 	font-size: 10px;
 	}
	.recent-posts .archive-wrap article h2 {
		 font-size: 31px;
		 line-height: 34px;
		 margin: 15px 0 25px;
	}
	.recent-posts .archive-wrap:before {
		height: 102.2%;
	} 
}
@media all and (max-width:768px) {
	.recent-posts .archive-wrap {
		display: block;
	}
	.recent-posts .archive-wrap .col1 {
		width: 100%;
	}
	.recent-posts .archive-wrap:before {
		display: none;
	}
	.recent-posts .archive-wrap .col2 {
		width: 100%;
		margin-top: 0;
	}
	.recent-posts .small-title {
		background: linear-gradient(0deg, rgb(254 254 253) 0%, rgb(251 250 249) 50%, rgba(255,255,255,1) 100%);
		font-weight: 500;
	}
	.recent-posts .archive-wrap article {
		border-bottom:none;
	}
	.recent-posts .archive-wrap article .flex {
		width:100%;
	}
	.recent-posts .archive-wrap .col2 article:nth-child(1) .flex, .recent-posts .archive-wrap .col2 article:nth-child(3) .flex {
		flex-direction: row-reverse;
	}
	.recent-posts .archive-wrap article:nth-child(odd) .flex{
		width: 100%;
		flex-direction: row;
	}
	.recent-posts .archive-wrap .col1 article {
		display: flex;
		justify-content: space-between;
	}
	.recent-posts .archive-wrap .col1 article:nth-child(2) .flex a {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.recent-posts .archive-wrap .col1 article:nth-child(2) .rside, .recent-posts .archive-wrap .col2 article:nth-child(1) .rside, .recent-posts .archive-wrap .col2 article:nth-child(3) .rside {
		text-align: right;
	}
	.recent-posts .archive-wrap .col2 article:nth-child(1) a, .recent-posts .archive-wrap .col2 article:nth-child(3) a {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.recent-posts .archive-wrap .col1 article .rside {
		text-align: left;
	}
	.recent-posts .archive-wrap .col1 article .read-post {
		margin: 20px 0 20px 0px;
	}
}
@media all and (max-width:550px) {
	.recent-posts .large-title {
		text-align: center;
		margin: 32px auto 0;
		font-size: 40px;
	}
	.recent-posts .archive-wrap {
		display: block;
		margin: 10px auto 0;
	}
	.recent-posts .small-title {
		font-size:13px;
	}
	.recent-posts .archive-wrap article .flex {
		margin: 10px 0;
	}
	.recent-posts .archive-wrap article {
		padding: 0 10px;
	}
	.recent-posts a.button {
		margin: 35px auto 0;
	}
}
@media all and (max-width:440px) {
	.recent-posts .archive-wrap article h2 {
		font-size: 27px;
		line-height: 27px;
		margin: 15px 0 25px;
	}
	.recent-posts .large-title {
		text-align: center;
		margin: 32px auto 30px;
		font-size: 40px;
	}
}