/* Find A Property Manager */
.map-heading {
    margin-top:100px;
    font-size:3rem;
    width:400px;
    line-height: 4rem;
    position:absolute;
    color: #222;
}
@media screen and (max-width:600px) {
    .map-heading {
        position:static;
    }
}
.map-holder {
    padding-left:200px;
    min-width:480px;
    max-width:780px;
}

.map-link {
    fill:var(--gray);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    stroke:#ffffff;
    cursor:pointer;
}
.map-link:hover {
    fill:var(--primary);
}
