h5.text-title-section {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.address-property {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: black;
}

.card-property-portal {
    border: 1px solid #97999b25
}

.card-property-portal:hover {
    box-shadow: 6px 6px 6px -2px #6c757d;
}

.main_list_group {
    background-color: #dfdfe22a;
}