#pk_flex_content .flex_layout.onze_werkwijze {
}

#pk_flex_content .flex_layout.onze_werkwijze .flex_container_inner {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 24px;
}

#pk_flex_content .flex_layout.onze_werkwijze .flex_container_inner .content {
	max-width: 800px;
}

#pk_flex_content .flex_layout.onze_werkwijze .flex_container_inner .swiper {
	width: 100%;
}

#pk_flex_content .flex_layout.onze_werkwijze .info-blocks-swiper .swiper-slide {
	height: auto;
}

@media screen and (min-width: 993px) {

}

@media screen and (max-width: 992px) {
	
	#pk_flex_content .flex_layout.onze_werkwijze .info-blocks-swiper {
		overflow: visible;
	}

@media screen and (max-width: 767px) {

}