.property-map {
    display: grid;
    grid-template-columns: minmax(240px, .7fr) 2fr;
    gap: 34px;
    align-items: center;
    padding: 30px 5vw 80px;
    background: #f4f3ed;
}

.property-map h2 {
    margin: 4px 0 10px;
    font: 400 clamp(32px, 4vw, 52px) Georgia, serif;
}

.property-map p:last-child {
    color: #686b64;
    line-height: 1.6;
}

.property-map iframe {
    width: 100%;
    min-height: 420px;
    border: 0;
    filter: saturate(.7) contrast(1.04);
}

@media (max-width: 720px) {
    .property-map {
        grid-template-columns: 1fr;
        padding: 25px 18px 78px;
    }

    .property-map iframe {
        min-height: 340px;
    }
}
