/* Start custom CSS for bluebell_our_facilities_v2, class: .elementor-element-51153ba *//* Make each column a flex container to stretch inner-box */
.row {
    display: flex;
    flex-wrap: wrap; /* allows wrapping on smaller screens */
}

/* Make all inner-boxes take full height of their column */
.col-lg-6 {
    display: flex;
    margin-bottom: 30px; /* optional spacing between rows */
}

.inner-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* optional, keeps spacing even */
    flex: 1;

    box-sizing: border-box;
}/* End custom CSS */