.price{
    color: #001514;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.listingImg img.rounded-lg{
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    height:150px;
    width:100%;
    object-fit: cover;
}
.cardInnerContent{
    width: 100%;
    border-top:none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.more-info ul li::marker {
    color: var(--primary);
}
.more-info ul {
    font-size: 16px;
    line-height: 21px;
}
.description {
    font-size: 18px;
    line-height: 18px;
}
.address {
    font-size: 16px;
    line-height: normal;
}