
.start-container {
    height: auto; /* Adjust as needed */
    overflow: hidden;
}

.start-container img {
    width: 80%;
    height: auto;
    object-fit: cover; /* Ensures the image covers the container without distortion */
}


