.map_block .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.map_block .title_wrap {
    text-align: center;
}
.acf-map {
    width: 100%;
    height: 400px;
}
.acf-map img {
    max-width: inherit !important;
}