/* Location section wrapper */
.location {
  position: relative;
/*   margin-bottom: 120px; */
}

/* Sticky location title */
.location-title {
  position: sticky;
  top: 0px;
  z-index: 10;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
/*   margin-bottom: 24px; */
  background: #fff;
  padding: 20px 0;
}

.location-title::before {
  content: "";
}

.location-title.is-pinned::before {
  content: "Phillip Shung – ";
}