.flex-content.featured-posts {
	padding: 120px 0;
}

.flex-content.featured-posts .bg,
.flex-content.featured-posts .bg-color {
	position: absolute;
	top: 90px;
	left: 50%;
	transform: translateX(-50%);
	height: calc(100% - 150px);
	width: calc(100vw + 2px);
	max-width: unset;
}

.flex-content.featured-posts .main-title {
	color: var(--Text);
	margin: 0 0 64px;
}

.flex-content.featured-posts .post-listings {
	position: relative;
}

.flex-content.featured-posts .tile {
	position: relative;
}

@media only screen and (max-width: 991px) {
	.flex-content.featured-posts {
		padding: 30px 0 60px !important;
	}

	.flex-content.featured-posts .eyebrow {
		text-align: center;
	}

	.flex-content.featured-posts .main-title {
		text-align: center;
		margin: 0 0 12px;
	}

	.flex-content.featured-posts .bg,
	.flex-content.featured-posts .bg-color {
		top: 70px;
	}

}