.map {
    height: 100%;
    max-height: 500px;
    width: 100%;
    margin: 1rem 0;
    z-index: 1;
    border-radius: 1rem;
}

.map--google,
.map--open-streets-map {
    height: 350px;
}
