
.program-crosslink {
  background: #f5efe4;
  border-top: 1px solid rgba(36, 75, 59, 0.12);
  border-bottom: 1px solid rgba(36, 75, 59, 0.12);
  padding: 44px 0;
}
.program-crosslink-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}
.program-crosslink-kicker {
  display: block;
  margin-bottom: 8px;
  color: #9a652a;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.program-crosslink h2 {
  margin: 0 0 9px;
  color: #244b3b;
  font-family: Lora, Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.05rem);
}
.program-crosslink p {
  max-width: 700px;
  margin: 0;
  color: #4c554f;
  line-height: 1.65;
}
.program-crosslink-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid #244b3b;
  border-radius: 999px;
  color: #244b3b;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.program-crosslink-button:hover { background: #244b3b; color: #fff; }
@media (max-width: 760px) {
  .program-crosslink { padding: 36px 0; }
  .program-crosslink-inner { grid-template-columns: 1fr; gap: 20px; }
  .program-crosslink-button { width: 100%; white-space: normal; text-align: center; }
}
