.blog-style-one {
            height: 100%;
            /* Set the height to 100% of the parent container */
        }

        .info {
            height: 100%;
            /* Ensure the content area fills the entire height of the box */
            padding: 20px;
            /* Adjust padding as needed */
        }

        .thumb img {
            width: 100%;
            /* Ensure the image fills the entire width of the box */
            height: 100%;
            /* Ensure the image fills the entire height of the box */
            object-fit: cover;
            /* Maintain aspect ratio while covering the entire space */
        }