/*PROPERTIES*/
.property-item {

}

.property-item a {
    display: block;
    height: 200px;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;

}

.property-item a img {
    width: 100%;
    height: 100%;
    transition: transform .3s;
    object-fit: cover;
}

.property-item a:hover img {
    transform: scale(1.1);
}

.property-item h6 {
    margin-top: 15px;
    margin-bottOm: 0;
    color: #122ca9;
}

.property-item span {
    text-transform: uppercase;
    font-size: 12px;
}
