.h6-image {
    height: 3em; /* This will make the image the same height as the h6 text */
    width: auto; /* Maintain aspect ratio */
}

.img-column {
    height: 100%;  /* Matches the height of the parent container */
    object-fit: cover;  /* Ensures the image maintains aspect ratio while covering the container */
    width: 100%;  /* Ensures the image takes up the full width of the column */
}