/* .tab-pane {
  display: none;
}
.tab-pane.show {
  display: block;
} */
#pills-tab .nav-link {
  background-color: #ffffff;
  color: #2d4751;
  border: 1px solid #2d4751;
  margin-left: 5px;
}
#pills-tab .nav-link.active {
  background-color: #2d4751;
  color: #ffffff;
  border: 1px solid #2d4751;
}
#pills-tab .nav-link {
  border-radius: 4px;
  height: 55px;
  width: 55px;
  line-height: 55px;
  font-size: 22px;
  padding: 0;
  text-align: center;
}
.project-map {
  border-radius: 24px;
  height: 700px;
}
