.product {

 border: 1px solid #e6e6e6;
padding:4px;
  border-radius: 8px;
 box-shadow: 0 4px 8px rgba(0, 1, 4, 0.1);
height:520px;
}
.product-title h3{

font-size:15px;
margin-bottom:0px;
}

.real-estate-item {
  border: 1px solid #cdcdcd;
  box-shadow: box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
margin:12px;

}
.real-estate-item-desc {
  padding-bottom: 14px!important;
}
.product-price.fw-normal.mt-0.mb-2 {
  font-size: 10px!important;
 margin-left: 12px!important;
}

.product-price fw-normal mt-0 mb-2{
padding-left:16px!important;
text-align:center;
}
}
@media only screen and (max-width: 767px) {

 #feature-heading {
  font-size: 24px!important;
  padding-top: 12px!important;
}
.product-price.fw-normal.mt-0.mb-2 {
  margin-left: 17px!important;
  font-size: 14px!important;

}
.real-estate-item{
margin:1px!important;
}
.line{
display:none!important;
}
.entry {
  margin-top: 6px!important
;
}
}

