.property-card i {
    color: #f89d13 !important;
}

.property-card .fa-location-circle {
    font-size: 18px !important;
}

.compare{
    margin-top: 13vw !important;
}
.property-card {
    border: 1px solid #eee;
    margin-left: 100px !important;
    margin-top: 50px !important;
    border-radius: 12px !important;
    font-family: 'Poppins';
}

.property-card img {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;

}


.property-card h6 {
    color: #000 !important;
}

@media screen and (max-width:900px) and (min-width:651px) {
 

   
    .property-card{
        margin-left: 20px !important;
        width:30% !important ;
    }
    .compare{
        margin-top: 24vw !important;
    }
   
}
@media screen and (max-width:650px) and (min-width:280px) {
    
.compare{
    margin-top: 25vw !important;
}
.cards{
    margin-left: -10vw !important;
}
.property-card{
    margin-left: 30px !important;
    width:80% !important ;
}


}
@media screen and (min-width:900px) and (max-width:1000px){
  

.property-card{
    margin-left: 20px !important;
    width:30% !important ;
}
.compare{
    margin-top: 24vw !important;
}

   
}

@media screen and (width:820px) {
  

.property-card{
    margin-left: 20px !important;
    width:30% !important ;
}

   
}
@media screen and (width:768px) {
   
.property-card{
    margin-left: 20px !important;
    width:30% !important ;
}

}


