.map_head {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.map_head .map_add {
  display: flex;
  transition: 0.4s all;
}
.map_head .map_add:hover {
  opacity: 0.7;
}
.map_head .map_add img {
  width: 22px;
  height: 22px;
}/*# sourceMappingURL=under_add.css.map */