.single-listing-block .single-listing-content{
    height:500px;
    padding-bottom: 40px;
    overflow: hidden;
}

.single-listing-block .features-section {
    height:200px;
	overflow: hidden;
}
.readmore_wrapper{
    position: absolute;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 52%, rgba(9,9,121,0) 100%);
    width: 100%;
    bottom: -1px;
    max-width: 100%;
    left: 0;
     padding: 30px 30px 10px 30px;
    display: flex;
    justify-content: flex-end;
  

}
#single_listing_readmore_features,
#single_listing_readmore {
  margin:30px 0 20px;
  padding:5px 20px;
  color:#d1927b;
  border: 2px solid #d1927b !important;
  border-radius: 4px;
  display:inline-block;
  cursor:pointer;
  text-transform: uppercase;
  font-size:14px !important;
  font-weight:700;
}

#single_listing_readmore_features:hover,
#single_listing_readmore:hover {
  background:#d1927b !important;
  color:#fff !important;
}