.image-container {
    height: 200px; /* Adjust this value to the desired height */
    overflow: hidden;
    margin-top: 30px; /* Ensure images don't overflow */
    position: relative;
}
.image-container img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Maintain aspect ratio while covering container */
}
.caption-card-head{
    margin-top: 20px;
    text-align: center;
}
.caption-card{
    text-align: center;

}
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Maintain aspect ratio while covering container */
    position: absolute;
    top: 0;
    left: 0;
}
.description{
    font-size:15px;
    font-weight: 10px;
}


/* project details */
/* .image-container-details {
    height: 500px; 
    overflow: hidden;
    
}
.image-container-details img {
    width: 100%;
    height: auto;
    object-fit: cover; 
}
.image-container-details img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    position: absolute;
    top: 0;
    left: 0;
} */
