.side-item-container {
  margin-bottom: 3rem !important;
}

.content-center {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}

.interview-box {
  border: 2px solid #000000;  /* De zwarte lijn */
  padding: 20px;                /* Ruimte tussen de tekst en de lijn */
  margin: 10px 0;               /* Ruimte buiten de box */
  border-radius: 5px;           /* Optioneel: voor subtiele ronde hoekjes */
}

.interview-box img {
  max-width: 100%;              /* Zorgt dat de foto niet uit de box loopt */
  height: auto;
}