.property-img{
  aspect-ratio:16/10;
  width:100%;
  object-fit:cover;
  border-top-left-radius:1.25rem;
  border-top-right-radius:1.25rem;
}
.rounded-xl{border-radius:1.25rem;}
.shadow-soft{box-shadow:0 8px 24px rgba(0,0,0,.06);}
.card{transition:.25s ease;border:0 !important;}
.card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.15);}
.price{font-weight:700;}


.col-6.col-md-3 a img.immo-gallery-thumb {
  height: 20vh !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}


