.mw-map {
    display: flex;
    flex-direction: column;
}

.mw-map__iframe {
    width: 100%;
    height: 280px;
    border: none;
    border-radius: 8px;
    margin-bottom: 12px;
    display: block;
}
