.bouwontwerp-services-showcase {
	padding: 6rem 0;
	background: #fff;
	color: var(--e-global-color-text, #111);
	font-family: var(--e-global-typography-text-font-family, "Montserrat"), Arial, sans-serif;
}

.bouwontwerp-services-showcase,
.bouwontwerp-services-showcase * {
	box-sizing: border-box;
}

.bouwontwerp-services-showcase__container {
	width: 100%;
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 1.25rem;
}

.bouwontwerp-services-showcase__header {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 3.5rem;
}

.bouwontwerp-services-showcase .bouwontwerp-services-showcase__eyebrow {
	margin: 0 0 1.25rem;
	color: var(--e-global-color-accent, #e52421);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .24em;
	text-transform: uppercase;
}

.bouwontwerp-services-showcase .bouwontwerp-services-showcase__heading {
	max-width: 48rem;
	margin: 0;
	color: var(--e-global-color-text, #111);
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -.025em;
}

.bouwontwerp-services-showcase .bouwontwerp-services-showcase__intro {
	max-width: 28rem;
	margin: 0;
	color: rgba(0, 0, 0, .65);
	font-size: 1rem;
	font-weight: 300;
	line-height: 2rem;
}

.bouwontwerp-services-showcase__grid {
	display: grid;
	gap: 1.5rem;
}

.bouwontwerp-services-showcase .bouwontwerp-services-showcase__card {
	position: relative;
	display: block;
	height: 540px;
	overflow: hidden;
	background: #000;
	color: #fff;
	box-shadow: 0 22px 70px rgba(0, 0, 0, .1);
	text-decoration: none;
}

.bouwontwerp-services-showcase .bouwontwerp-services-showcase__image,
.bouwontwerp-services-showcase__overlay {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.bouwontwerp-services-showcase .bouwontwerp-services-showcase__image {
	max-width: none;
	object-fit: cover;
	transition: transform 900ms cubic-bezier(.2, .8, .2, 1), filter 900ms cubic-bezier(.2, .8, .2, 1);
}

.bouwontwerp-services-showcase__overlay {
	background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, .38) 50%, transparent 100%);
}

.bouwontwerp-services-showcase__card:hover .bouwontwerp-services-showcase__image {
	transform: scale(1.055);
	filter: saturate(1.04) contrast(1.04);
}

.bouwontwerp-services-showcase__content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding: 1.75rem;
}

.bouwontwerp-services-showcase .bouwontwerp-services-showcase__card-title,
.bouwontwerp-services-showcase .bouwontwerp-services-showcase__card-description,
.bouwontwerp-services-showcase .bouwontwerp-services-showcase__card-cta {
	display: block;
}

.bouwontwerp-services-showcase .bouwontwerp-services-showcase__card-title {
	color: #fff;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.25;
}

.bouwontwerp-services-showcase .bouwontwerp-services-showcase__card-description {
	max-width: 20rem;
	margin-top: 1rem;
	color: rgba(255, 255, 255, .8);
	font-size: .875rem;
	font-weight: 300;
	line-height: 1.75rem;
}

.bouwontwerp-services-showcase .bouwontwerp-services-showcase__card-cta {
	margin-top: 1.75rem;
	color: rgba(255, 255, 255, .7);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .2em;
	text-transform: uppercase;
	transition: color .4s ease-out;
}

.bouwontwerp-services-showcase__card:hover .bouwontwerp-services-showcase__card-cta {
	color: var(--e-global-color-accent, #e52421);
}

@media (min-width: 640px) {
	.bouwontwerp-services-showcase {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

	.bouwontwerp-services-showcase__container {
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.bouwontwerp-services-showcase .bouwontwerp-services-showcase__heading {
		font-size: 3rem;
	}
}

@media (min-width: 768px) {
	.bouwontwerp-services-showcase__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.bouwontwerp-services-showcase__container {
		padding-right: 3rem;
		padding-left: 3rem;
	}

	.bouwontwerp-services-showcase__header {
		flex-direction: row;
		align-items: flex-end;
	}
}

@media (min-width: 1280px) {
	.bouwontwerp-services-showcase__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (prefers-reduced-motion: reduce) {
	.bouwontwerp-services-showcase .bouwontwerp-services-showcase__image {
		transition: none;
	}
}
