.map-listing {
    width: 100%;
    height: 700px;
}
.map-listing .gm-style-iw {
    width: 300px;
}

.map-listing .property-item__description {
    padding: 5px 0;
}

.map-listing .property-item__item-left {
    font-size: 14px;
}

.map-listing .property-item__item-left span{
    color: black;
}

@media (max-width: 767px) {
    .map-listing {
        height: 500px;
    }

    .map-listing .gm-style-iw {
        width: 200px;
        max-width: 200px !important;
    }

    .map-listing .property-item__item-left span{
        font-size: 14px;
    }

    .map-listing .property-item__open-contact {
        font-size: 12px;
        font-weight: normal;
    }

    .map-listing .property-item__box-info {
       margin-top: 15px;
    }

    .map-listing .property-item__item-left span {
        overflow: visible;
    }
}