.parts-title {
  position: relative;
  color: #158b2b;
  font-size: 1.5rem;
  padding: 10px 0;
  text-align: center;
  margin: 1.5rem 0;
}
.parts-title:before {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.map-access-means {
  position: relative;
  padding-left: 25px;
}

.map-access-means:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #a6ddb0;
}
.map-access-means:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #a6ddb0;
}

.map-detail p {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.map-detail {
  padding: 0 10px;

}