.property-imgg{
    width:100%;
    height:500px;
    object-fit:cover;
    max-height:500px;
}

@media (max-width:768px){
    .property-imgg{
        height:250px;
    }
}