.mapa {
    position: relative;
    padding-top: 60px;
}
.mapa:before {
    content: '';
    position: absolute;
    background: var(--cor-cinza-gelo);
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    z-index: -1;
}
.mapa h2 {
    font-size: 1.563rem;
}
.mapa iframe {
    width: 100%;
    height: 320px;
}

@media (max-width: 991.98px) {
    .mapa h2 br {
        display: none;
    }
}