/* Keep form pages beside the same rail used by the rest of the site. */
.oc26-form-page {
  margin-left: var(--rail, 92px);
  min-width: 0;
}
@media (max-width: 1000px) {
  .oc26-form-page { margin-left: 0; }
}
/* The full word “Acompañamos” must fit without clipping on small screens. */
@media (max-width: 700px) {
  .services-hero h1 {
    font-size: clamp(36px, 12vw, 56px) !important;
    overflow-wrap: anywhere;
  }
}
