/* R13: approved hierarchy for the Nearby Experiences block only. */
.split > div:nth-child(2) > .eyebrow {
  display: block;
  color: var(--blue);
  font: 500 clamp(38px, 4.2vw, 58px)/1 "Cormorant Garamond", serif;
  letter-spacing: 0;
  text-transform: none;
}

.split > div:nth-child(2) > h2 {
  color: var(--aqua);
  font: 500 clamp(20px, 2.1vw, 28px)/1.15 "Cormorant Garamond", serif;
  margin: 10px 0 24px;
}

@media (max-width: 620px) {
  .split > div:nth-child(2) > .eyebrow { font-size: 40px; }
  .split > div:nth-child(2) > h2 { font-size: 22px; }
}
