.result-section h2 {
font-size: 1.6rem;
  color: #999999;ç
  font-weight: 500;
}

.property-box{
  -webkit-box-shadow: 0 0 20px 0 rgb(26 43 48 / 10%);
  -moz-box-shadow: 0 0 20px 0 rgba(26,43,48,0.1);
  -o-box-shadow: 0 0 20px 0 rgba(26,43,48,0.1);
  box-shadow: 0 0 20px 0 rgb(26 43 48 / 10%);
  margin: 40px 0;
  
}

.property-box .image {
  padding-top: 56%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  
}


.property-box:hover {
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05); 
}

.property-box .content{
  padding: 36px 25px;
}



.price-container {
  color: #ffffff;
  padding: 10px;
  position: relative;
  text-shadow: 0 0 10px rgb(0 0 0 / 95%);
}

.price-container .from {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 7px;
}

.price-container .price {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  
}

.result-section h2.title{
  margin: 20px 0;
  font-size: 1.6rem;
  color: #999999;
  font-weight: 500;
}

.name h2{
  font-size: 1.18rem;
  font-weight: 500;
  /*text-transform: uppercase;*/
  text-align: center; 
   color: #676689;
}

.area{
  font-size: 13px;
  line-height: 13px;
  color: #9b9b9b;
  margin: 10px 0 20px;
}

.beds-baths, .beds-baths *{
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin: 0 0 10px;
  font-weight: 500;
  color: #999999;
  text-transform:uppercase;
}

.types{
  font-size: 0.95rem;
  line-height: 1.2rem;
  margin: 0px;
  font-weight: 500;
  color: #999999;
 
}

.secondary a{
  color: #fff;
  background: #607d8b;
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  transition: all .2s linear;
  transition-delay: .1s;
  z-index: 1;
  margin-top: 10px;
}

.result-section li{
  list-style: none;
}