.aufgaben_desc {
  display: flex;
  justify-content: center; /* horizontally centers the images */
  align-items: center; /* vertically centers the images */
}

.aufgaben_desc img {
    width: 30%; /* sets the width of the images */
    padding-left: 5px;
    padding-right: 5px;
}