.list-property{position:relative;display:flex;flex-wrap:nowrap;flex-direction:row;width:100%;height:auto}.list-property h5{text-transform:capitalize}.image-property{position:relative;top:-22px;left:12px;height:215px;width:215px;background-color:grey;border-radius:8%;box-shadow:0 4px 8px 0 rgb(0 0 0/20%),0 6px 20px 0 rgb(0 0 0/19%);overflow:hidden}.image-property img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.desc-property{margin:2rem 2rem 2rem 3rem;min-width:25%;max-width:30%}.desc-text{display:flex;align-items:center;justify-content:center;margin:2rem;min-width:30%}.desc-text p{margin-bottom:0}.button-setting{position:absolute;display:flex;justify-content:center;align-items:center;right:-10px;top:-10px;height:40px;width:40px;border-radius:50%;box-shadow:0 4px 8px 0 rgb(0 0 0/20%),0 6px 20px 0 rgb(0 0 0/19%);background-color:grey;color:#fff}@media screen and (max-width:1024px){.desc-property{min-width:30%;max-width:35%}.desc-text{max-width:25%;margin:2rem 0}}@media screen and (max-width:768px){.list-property{flex-wrap:wrap}.desc-property{margin:2rem;max-width:42%}.desc-text{margin:0 2rem 2rem 2rem;max-width:100%;justify-content:start}.image-property{width:260px}}@media screen and (max-width:414px){.list-property{flex-direction:column}.desc-property{max-width:100%}}