.property-description-box{

background:#fff;

padding:22px;

border-radius:18px;

margin:25px 0;

box-shadow:0 4px 18px rgba(0,0,0,.08);

}

.description-preview{

max-height:140px;

overflow:hidden;

position:relative;

line-height:1.9;

transition:.35s;

}

.description-preview.expand{

max-height:none;

}

.description-preview:not(.expand)::after{

content:"";

position:absolute;

left:0;

right:0;

bottom:0;

height:60px;

background:linear-gradient(transparent,#fff);

}

.description-btn{

margin-top:20px;

padding:12px 20px;

border:none;

background:#2563eb;

color:#fff;

border-radius:8px;

cursor:pointer;

font-weight:bold;

}

@media(max-width:768px){

.property-description-box{

padding:16px;

}

}