.property-item {
    width: 360px;
    max-height: max-content;
    margin-top: 0px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
    z-index: 999;
}

@media screen and (max-width: 767px) {
    .property-item {
        width: 100%;
    }
}

.property-item-content {
    background: #fefefe;
    padding: 20px;
    font-size: 14px;
    position: relative;
    max-width: 100%;
}

.property-item-price {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.property-item-city {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}