.location {
  background: var(--ivory);
}

.location-card {
  max-width: 680px;
  margin: 30px auto 0;
  padding: 34px;
  border-radius: 26px;
  background: white;
  box-shadow: 0 15px 40px rgba(0,0,0,.1);
}

.location-card p {
  margin-bottom: 12px;
}
