.recent-posts-grid .title-flex {
	max-width: 1310px;
	margin: 0 auto 21px;
	position: relative;
}
.recent-posts-grid .title-flex .small-title {
	margin: 0;
	position: absolute;
	left: 0;
	top: 16px;
}
.recent-posts-grid .title-flex h2 {
	text-align: center;
	margin: 0;
	font-size: 68px;
	font-style: normal;
	font-weight: 100;
	line-height: 110%;
	letter-spacing: -1.7px;
}
.recent-posts-grid .title-flex .mask {
	width:100%;
}
.recent-posts-grid {
	padding: 80px 0 75px;
	border-bottom: 1px solid black;
}
.recent-posts-grid article h3 {
	margin: 9px 0 0;
	font-size: 22px;
	font-style: normal;
	font-weight: 100;
	line-height: 115%;
	letter-spacing: -0.44px;
}
.recent-posts-grid .button {
	margin: 35px auto 0;
	display: flex;
	height: 25px;
}
.recent-posts-grid .button img {
	width: 31px;
	height: 15px;
	margin: 0 0 0 9px;
}
.recent-posts-grid .button:hover {
	background-color:#E4C9B1;
	opacity:1;
}
@media all and (max-width:1180px) {
	.recent-posts-grid .title-flex {
		max-width: 94%;
		margin: 0 auto 21px;
		position: relative;
	} 
	.recent-posts-grid .title-flex h2 {
		font-size:48px;
	}
}
@media all and (max-width:622px) {
	.recent-posts-grid .title-flex .small-title {
		margin: 0;
		position: relative;
		left: inherit;
		top: inherit;
	}
	.recent-posts-grid .title-flex h2 {
		font-size: 48px;
		max-width: 300px;
		margin: 0 auto;
	}
	.recent-posts-grid .title-flex .mask {
		margin-top:20px;
	}
}