

.maschinen-container {
   
    height: 261px; /* Feste Höhe */
  
}

.maschinen-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    height: auto;
}