.map-modal .modal-content {
  border-radius: 10px;
  overflow: hidden;
}
.map-modal .modal-header {
  background: #8b0d2f;
  color: #fff;
}
.map-modal .modal-header .btn-close {
  filter: invert(1);
}
.map-modal .modal-header .modal-title {
  color: #fff;
  font-size: 20px;
}

@media (min-width: 0px) and (max-width: 575px) {
  .map-modal .modal-header .modal-title {
    font-size: 18px;
  }
}
