.approach-name {
}

.approach-path {
  display: flex;
  flex-flow: column nowrap;
}
.approach-path__map {
  display: block;
  width: 100%;
  min-height: 50vh;
}
.approach-path__text {
  opacity: 0.5;
  line-height: 2em;
}
.approach-path__controls button {
  border-radius: 0;
}
.approach-path__controls {
  height: 2em;
  display: flex;
  flex-flow: row nowrap;
}

.approach-description {
  width: 100%;
  height: 30vh;
}
