/*Map*/
#map__custom {
    display: flex;
    align-items: center;
    max-width: 1160px;
    margin: 0 auto;
    justify-content: center;
    border-radius: 32px;
    overflow:hidden;
}
@media screen and (max-width: 1200px) {
    #map__custom {
        max-width: 940px;
    }
}