.flex_layout.afbeelding_content_subtitel_onder .ac_container {
	display: flex;
	gap: 115px;
	width: 100%;
}

.flex_layout.afbeelding_content_subtitel_onder .ac_content {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	padding:30px 0px;
}

.flex_layout.afbeelding_content_subtitel_onder .ac_content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.flex_layout.afbeelding_content_subtitel_onder .ac_title {
	margin-top: auto;
}

.flex_layout.afbeelding_content_subtitel_onder .ac_media {
	flex: 0 0 auto;
}

.flex_layout.afbeelding_content_subtitel_onder .ac_image {
	width: 610px;
	max-width: 100%;
	height: 685px;
	border-radius: 10px;
	margin: 0;
	overflow: hidden;
}

.flex_layout.afbeelding_content_subtitel_onder .ac_image img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
	display: block;
}

.flex_layout.afbeelding_content_subtitel_onder .ac_title {
	color: var(--Kraftor-Black, #000);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
}

.flex_layout.afbeelding_content_subtitel_onder .ac_text + .ac_buttons {
	margin-top: 24px;
}

.flex_layout.afbeelding_content_subtitel_onder .ac_container.is-right .ac_media {
	order: 2;
}

.flex_layout.afbeelding_content_subtitel_onder .ac_container.is-right .ac_content {
	order: 1;
}

@media (max-width: 1200px) {
  .flex_layout.afbeelding_content_subtitel_onder .ac_container {
	gap: 42px;
  }
}

@media (max-width: 992px) {
  .flex_layout.afbeelding_content_subtitel_onder .ac_container {
	flex-direction: column;
	gap: 32px;
  }

.flex_layout.afbeelding_content_subtitel_onder .ac_title {
	  margin-top: 20px;
  }
  
  .flex_layout.afbeelding_content_subtitel_onder .ac_container.is-left {
	flex-direction: column-reverse;
  }

  .flex_layout.afbeelding_content_subtitel_onder .ac_media {
	width: 100%;
	flex: 1;
	height: fit-content;
  }

  .flex_layout.afbeelding_content_subtitel_onder .ac_media img {
	max-height: 300px;
	height: 100%;
  }

  .flex_layout.afbeelding_content_subtitel_onder .ac_image {
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: unset;
  }

  .flex_layout.afbeelding_content_subtitel_onder .ac_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
}

