.services__column {
	gap: var(--space-8xl);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	padding: 0 8rem;
	padding-top: 100px;
}
.services__text {
	width: 61%;
	line-height: 121%;
}

.services__description {
	width: 61%;
}


.services__image {
	position: absolute;
}

.section {
	padding: 100px 8rem;
}

.section .industrie__header-title {
	text-align: center;
}



.blog-section__posts {
	gap: var(--space-12xl);
	display: flex;
	row-gap: 70px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	justify-content: space-between;
	padding-top: 50px;
}


.blog-blogpost__image {
	height: 538px;
	object-fit: cover;
	border-radius: var(--radius-xl);	
}

.blog-blogpost {
	gap: var(--space-9xl);
	display: flex;
	width: 100%;
	flex-direction: column;
	max-width: 40%;
}
.blog-blogpost { position: relative; transition: all 0.3s ease-in-out !important; }
.blog-blogpost .post-content { opacity: 0 !important; visibility: hidden; }
.blog-blogpost:hover .post-content { opacity: 1 !important; visibility: visible; }
.blog-blogpost .blog-desc { border-radius: 0px 0px 20px 20px; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 4.29%, #000 48.02%); position: absolute; bottom: 0; left: 0; width: 100%; height: 116px; }
.blog-blogpost .blog-desc h5 { font-size: 32px; font-weight: 500; line-height: 1.27; color: #fff; padding: 40px 25px; position: relative; }
@media (max-width:975px) {
	.section {
		padding: 100px 1rem;
	}

	.blog-section__posts {
		gap: var(--space-12xl);
		display: flex;
		row-gap: 70px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-content: space-between;
		padding-top: 50px;
		flex-direction: column;
	}

	.blog-blogpost {
		gap: var(--space-9xl);
		display: flex;
		width: 100%;
		flex-direction: column;
		max-width: 100%;
	}
}

@media (max-width: 1560px) {
	.expertise-block .blog-blogpost__image { height: 380px; }
	.expertise-block .blog-blogpost .blog-desc h5, .expertise-block .post-details h5 { font-size: 24px; }
	.expertise-block .post-details { gap: 10px; }
	.expertise-block .post-details p { font-size: 18px; }
	.page-template-page-expertise .blog-section__posts { gap: 40px 30px; }
}

@media (max-width: 1199px) {
	.services__column { padding: 0 20px 0; gap: 15px; }
	.services__description, .services__text { width: 100%; }
	.page-template-page-expertise .section { padding: 50px 20px; }
	.blog-blogpost__image { height: 230px; }
	.expertise-block .blog-blogpost__image { height: 300px; }
	.blog-blogpost .blog-desc h5 { padding: 25px 20px; }
	.expertise-block .blog-blogpost .blog-desc h5, .expertise-block .post-details h5 { font-size: 20px; }
	.blog-blogpost .blog-desc { height: 75px; }
	.expertise-block .post-details p { text-align: left; font-size: 16px; }
}
@media (max-width: 991px) {
	.page-template-page-expertise .section { padding-bottom: 0; }
	.expertise-block .blog-section__posts { padding-top: 0; }
}