.listing-equal-height > .elementor-container {
height: 100%;
}
.listing-equal-height > .elementor-container .elementor-widget-wrap {
height: 100%;
}
.listing-equal-height > .elementor-container .elementor-column-wrap{
flex-direction: column;
}
.listing-equal-height > .elementor-container .elementor-column-wrap .elementor-widget:last-of-type{
margin-top: auto;
}
/* Last Widget Alignment */
.listing-last-to-bottom > .elementor-container .elementor-widget-wrap{
flex-direction: column;
}
.listing-last-to-bottom > .elementor-container .elementor-widget:last-of-type{
margin-top: auto;
}