.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: .8;
  -webkit-transition: all ease-out .2s;
  transition: all ease-out .2s; }
  .location__address > a:not([class]):hover, .location__address > a:not([class]):focus {
    color: #fff;
    opacity: 1; }

.card--location .card__content {
  padding: 1.75rem 1.75rem !important;
}
