.blog-img img {
    width: 100%; /* Adjust the width as needed */
    height: 250px; /* Set a fixed height */
    object-fit: cover; /* This will cover the area without distorting the image */
}

.blog-entry {
    height: 700px; /* Adjust the height as needed */
    overflow: auto; /* Allows scrolling within the card if content overflows */
}