.posts-header {
	position: relative;
	width: 100%;
	height: 438px;
	overflow: clip;
	display: flex;
}

.posts-header-img {
	top: 0;
	position: absolute;
	width: 100%;
	height: 438px;
	object-fit: cover;
	z-index: -1;
}

.after-img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #132b47 0%, rgba(19, 43, 71, 0) 100%);
	pointer-events: none;
	z-index: -1;
}

.posts-header-container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.posts-header-content {
	margin-top: 170px;
	width: 40%;
}

.posts-header-content h2 {
	color: white;
	font-size: 42px;
	font-weight: 500;
}

.posts-header-content p {
	color: white;
	font-size: 18px;
	font-family: "Work Sans", serif;
}

.load-more-container {
	display: flex;
	justify-content: center;
}

.load-more-container a {
	font-weight: 600;
	font-size: 18px;
	cursor: pointer;
}

.load-more-container a .bi::before {
	font-weight: 600 !important;
}

/* Mobile styles */
@media (max-width: 1280px) {
	.posts-header-container {
		margin: 0 25px;
	}

	.posts-header-content {
		width: 100%;
	}

	.posts-header-content h2 {
		font-size: 31px;
	}
}
