#map {
    padding-top: 50px;
    padding-bottom: 50px;
}
#map h2 {
    font-size: 42px;
    font-weight: 900;
}

section#map h3 {
    color: var(--color-black);
    font-size: 30px;
}

#map .address svg path {
    fill: var(--color-sage);
    opacity: 0.6;
}

.address.body-copy {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
}

.green-box {
    background: var(--color-grass);
    color: var(--color-white);
    padding: 20px;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 3px 3px 6px #0000004d;
}

.green-box p,
.green-box h4 {
    color: var(--color-white);
}

.green-box h4 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
}

.green-box p {
    font-size: 16px;
}
.map-container {
    position: relative;
}
img.map-image {
    width: 100%;
    max-width: 450px;
    display: block;
    margin: auto;
    position: relative;
    z-index: 2;
    border-radius: 4px;
}

img.map-image.img-fluid {
    max-width: 450px;
    display: block;
    margin: auto;
    position: relative;
    z-index: 2;
    border-radius: 4px;
}

.map-container {
    position: relative;
    max-width: 450px;
    margin: auto;
}

.map-decoration {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 4px solid var(--color-sage);
    top: 15px;
    left: 15px;
}

@media screen and (max-width: 992px) {
    #map h2 {
        font-size: 30px;
        font-weight: 900;
        text-align: center;
    }

    section#map h3 {
        color: var(--color-black);
        font-size: 20px;
        text-align: center;
    }

    section#map p {
        text-align: center;
    }

    .green-box h4 {
        text-align: center;
    }

    .address.body-copy {
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: 400;
        width: fit-content;
        margin: auto;
    }
    #map .buttons-container {
        display: flex;
        margin-top: 10px;
        justify-content: center;
    }
    .green-box {
        margin-bottom: 20px;
    }
    .map-container {
        width: 90%;
    }
}
