.map-a .map-search__location-list li:nth-child(2) {
    display: none;
}
.map-a .map-search__location-address p {
    margin-bottom: 10px;
}


/* MAP */

.map-a .map__wrap {
    z-index: 9;
}

@media (min-width: 1199px){
.map-a .map__container {
    max-width: 1470px;
}
.container-fluid .map-a--12 .map__wrap {
    max-width: 1470px;
}
}
 

@media only screen and (min-width: 992px) {
.map__col {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
}
 
}

@media only screen and (max-width: 990px) {
    .map-a .map__display {
    height: 450px !important;
}
}
 
