.btn.btn-primary {
  background-color: #7bb02c;
  border-color: #536a31;
}
.badge-info {
  background-color: #59a04a;
}
.mod-articles-items {
  list-style-type: none;   
}
.flex-container {
    display: flex; /* Aktiviert Flexbox */
    justify-content: space-around; /* Verteilt die Bilder gleichmäßig */
    gap: 20px; /* Abstand zwischen den Bildern */
  }
  .flex-container img {
    width: 48%; /* Jedes Bild nimmt fast die Hälfte ein */