/* map */

.bmg--map {
    width: 100%;
    padding: 0 !important;
}

.bmg--map .container-fluid,
.bmg--map .col-12 {
    padding: 0 !important;
}

.bmg--map__content {
    width: 100%;
    background-color: white;
    padding: 43px 73px 52px 73px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bmg--map.bmg--map--grey-background .bmg--map__content {
    background-color: #f8f8f8;
}

.bmg--map__content__section {
    width: 100%;
    color: black;
    border-bottom: 2px solid #ebebeb;
    padding: 46px 0 42px 0;
    text-align: center;
    font-weight: 400;
    font-size: 21px;
    line-height: 29px;
}

.bmg--map__content__section:last-child {
    border-bottom: none;
}

.bmg--map__content__section p {
    margin: 0;
}

.bmg--map__content__section span {
    color: #707070;
    margin: 0 0 4px 0;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
}

.bmg--map iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
}