.mc-crossing-grid article,
.mc-bond-grid article {
  min-width: 0;
}

.mc-crossing-grid strong {
  max-width: 100%;
  font-size: clamp(2rem, 2.35vw, 2.75rem);
  line-height: 1;
  overflow-wrap: anywhere;
}

.mc-bond-grid h3 {
  max-width: 100%;
  font-size: clamp(1.85rem, 2.15vw, 2.45rem);
  overflow-wrap: anywhere;
}

.mc-actions {
  max-width: 980px;
}

@media (max-width: 1000px) {
  .mc-crossing-grid strong,
  .mc-bond-grid h3 {
    overflow-wrap: normal;
  }
}
.mc-context{width:max-content;color:inherit;font-size:.74rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;text-decoration:none}.mc-context:hover{text-decoration:underline;text-underline-offset:.35em}
