.ecosystem-bridge {
  border-top: 1px solid var(--line, #d9d5cc);
  border-bottom: 1px solid var(--line, #d9d5cc);
  background: #f4f1ea;
}

.ecosystem-bridge__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
}

.ecosystem-bridge h2 {
  margin: .35rem 0 .65rem;
  max-width: 26ch;
}

.ecosystem-bridge p {
  margin: 0;
  max-width: 72ch;
}

.ecosystem-bridge .btn {
  white-space: nowrap;
}

@media (max-width: 720px) {
  .ecosystem-bridge__inner {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .ecosystem-bridge .btn {
    width: 100%;
    text-align: center;
  }
}
