
.map-nature {
    position: relative;
}
.map-nature header h2,
.map-nature header p {
    color: var(--navy-blue);
}
.map-nature header h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3em;
    line-height: 1em;
    letter-spacing: 0.06em;
    margin: 0 0 3rem;
}
.map-nature header p {
    font-weight: 500;
    font-size: 1.6em;
    line-height: 1.5em;
    letter-spacing: 0.125em;
}
.map-nature header .col-36-36 {
    margin: 0 auto 7em;
}
.map-nature #map {
    height: 81.7em;
    background-color: tomato;
}
.map-nature .no-pad {
    padding: 0;
}
@media only screen
and (min-width : 769px) {
    .map-nature header .col-36-36 {
        max-width: 67.5rem;
        margin: 0 auto 8rem;
    }
    .map-nature header h2 {
        font-size: 4.5em;
        line-height: 1em;
        letter-spacing: 0.04em;
        margin: 0 0 3rem;
    }
    .map-nature header p {
        font-size: 2em;
        line-height: 1.35em;
        letter-spacing: .1em;
    }
    .map-nature #map {
        height: 81.5rem;
    }
}
@media only screen
and (min-width : 769px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 768px) {
}
