.location-info .location-card h2 {
  color: rgb(var(--color-secondary));
  font-weight: 500;
}
.location-info .location-card__phone {
  color: rgb(var(--color-secondary));
  font-weight: 500;
}

@media (min-width: 992px) {
  .location-info {
    -ms-flex-align: center;
        align-items: center;
  }
  .location-info__col[data-type=image] {
    -ms-flex-order: 1;
        order: 1;
  }
  .location-info__col[data-type=details] {
    -ms-flex-order: 0;
        order: 0;
  }
}
