.flex_layout.hero_content_afbeelding {
	background: linear-gradient(255deg, rgba(158, 158, 158, 0.50) 0%, rgba(236, 236, 236, 0.50) 100%);
	padding:80px 0px 0px 0px;
}

.flex_layout.hero_content_afbeelding .hero_image img {
	max-width: 590px;
	max-height: 470px;
	object-fit: contain;
    width:100%;
    height:100%;
}

.flex_layout.hero_content_afbeelding .hero_inner {
	display: flex; gap: 65px;
}

.flex_layout.hero_content_afbeelding .hero_text {
	max-width: 630px;
}

.flex_layout.hero_content_afbeelding .hero_text ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.flex_layout.hero_content_afbeelding .hero_text li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
}

.flex_layout.hero_content_afbeelding .hero_text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 16px;
  height: 13px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="13" viewBox="0 0 16 13" fill="none"><path d="M1 7.5L5 11.5L15 1.5" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}


.flex_layout.hero_content_afbeelding .hero_cta{
	margin-top:40px;
}

.flex_layout.hero_content_afbeelding .hero_usps {
	display: flex; gap: 20px; 	justify-content: center;
	row-gap: 10px; flex-wrap: wrap; margin-top: 65px;
}

.flex_layout.hero_content_afbeelding .usp_item {
	display: flex; align-items: center;
	gap: 8px; font-size: 14px;
	font-style: normal; font-weight: 400; line-height: normal;
}

/************************/
  /* MEDIA QUERIES DESKTOP*/
  /************************/
  @media screen and (min-width: 993px){
	  
  }
  
  /************************/
  /* MEDIA QUERIES TABLET */
  /************************/
  @media screen and (max-width: 992px) {
	.flex_layout.hero_content_afbeelding {
		padding:60px 0px 0px 0px;
	}
	.flex_layout.hero_content_afbeelding .hero_inner {
		flex-direction: column; gap:30px;
	}  
	 
  }
  
  /************************/
  /* MEDIA QUERIES MOBILE */
  /************************/
  @media screen and (max-width: 767px) {
	  
  }
