Minim Height for Property Card Unit

There is a script that does auto align for all property cards. In case the script is blocked by browsers, you can overwrite with this custom css

.property_listing {
min-height: 513px;
}

.has_prop_slider .property_listing {
min-height: 513px;
}