.location-facts {
  background: #f6f6f6;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.location-facts__item {
  margin-bottom: 1rem;
}

.location-facts__title {
  font: 22px/26px "Playfair Display", "Times New Roman", serif;
  /*text-transform: capitalize;*/
  margin-bottom: 0.75rem;
}

.location-facts__caption {
  margin-bottom: 0;
}

.location-facts__divider {
  width: 1px;
  background: #af9751;
}

@media screen and (max-width: 992px) {
  .location-facts__divider {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .location-facts__column {
    display: flex;
  }
  .location-facts__item {
    flex-basis: calc(100% / 3);
  }
  .location-facts__item--md-bottom {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .location-facts {
    display: flex;
    justify-content: space-around;
    padding: 1.5rem 2rem;
  }
  .location-facts__column {
    display: block;
  }
  .location-facts__item--md-bottom {
    margin-bottom: 1rem;
  }
  .location-facts__item--lg-bottom {
    margin-bottom: 0;
  }
}
