.modal__contato__main {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contato__mapa {
    padding: 1rem;
}

.contato__mapa iframe {
    width: 100%;
    height: 100%;
}

.modal__lista {
    padding: 0 0 0 .5rem;
}

.modal__lista li {
    margin: .5rem 0;
}

@media screen and (max-width: 992px) {
    .modal__contato__main {
        display: block;
    }
}