.location {
  background: #4c4d4f;
}

.location__content {
  color: #fff;
}

.location__title,
.location__subtitle {
  color: inherit;
  font-weight: 900;
}

.location__address > a:not([class]) {
  color: #fff;
  font-weight: normal;
  opacity: 0.8;
  transition: all ease-out 0.2s;
}
.location__address > a:not([class]):hover, .location__address > a:not([class]):focus {
  color: #fff;
  opacity: 1;
}