.block-property-grid__properties>.col-12 {
    display:flex;
    align-items:stretch;
}
.property-card {
    width:100%;
}
.property-card__title-container .title {
    min-height:1.2em;
}
.property-card:has(.property-card__transaction-type--investment-property) .term {
    display:none;
}
.single-property:has(.block-property-hero-alt--Investment) .date-container .date-added {
   display:none;
}
.single-property:has(.block-property-hero-alt--Investment) .term {
    display:none;
}
.single-property:has(.block-property-hero-alt--Investment) .block-property-hero-alt__h1__commercial {
    display:none;
}
body .block-alternative-hero.has-primary-background-color .heading,
body .block-alternative-hero.has-primary-background-color .block-alternative-hero__content p {
    color: #F8EDE2!important;
}
.block-alternative-hero.has-background .block-alternative-hero__content .btn--solid.btn--primary {
    color: var(--white)!important;
}
.block-alternative-hero.has-background .block-alternative-hero__content .btn--solid.btn--primary:hover {
    color: var(--primary) !important;
}