.back-to-map a {
  position: relative;
  color: #A71930;
  font-family: "Avenir";
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  margin-top: 16px;
  letter-spacing: 1.4px;
  line-height: 1.375;
}
.back-to-map a:before {
  position: relative;
  display: inline-block;
  content: "\e92b";
  font-family: "icomoon";
  vertical-align: middle;
  font-size: 1.5rem;
  margin-right: 5px;
}