.map-block {
  height: 40rem;
}

.routes {
  margin-top: var(--indent-3);
}

.routes li {
  margin-bottom: var(--indent-3);
}

.routes a {
  font-weight: bold;
  text-decoration: none;
  padding: var(--indent-1);
  border-radius: var(--border-radius);
  background-color: var(--secondary-color);
  color: var(--white-color) !important;
  line-height: 50px;
}