.vehicle-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 430px; /* Set a fixed height for the container */
    max-width: 755px;
  
    overflow: hidden; /* Hide any overflow */
}

.centered-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    
}

