.module-news .paragraphs .img-responsive { 
  object-fit: contain !important; 
  object-position: center left; 
  width: 100%; 
  height: 100%; 
  display: block;
}

.module-events .paragraphs .img-responsive { 
  object-fit: contain !important; 
  object-position: center left; 
  width: 100%; 
  height: 100%; 
  display: block;
}

.heading-image {
  position: relative;
  width: 50;
  max-width: auto%;
  height: auto;
  margin-bottom: 1rem; /* zorgt voor ruimte tussen afbeelding en tekst */
}







