.breathe-ecosystem__inner{
  text-align: center;
}

.breathe-ecosystem__links{
  justify-content: center;   /* this is the key */
}

.breathe-ecosystem{
  margin: 0 auto 10px;
  max-width: 980px;
  padding: 10px 14px;
  border-radius: 12px;
  backdrop-filter: blur(6px);
  background: rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.12);
}

.breathe-ecosystem__title{
  font-weight: 700;
  letter-spacing: .2px;
  margin-bottom: 6px;
}

.breathe-ecosystem__links{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-bottom: 6px;
}

.breathe-ecosystem__links a{
  color: #fff !important;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.25);
}
.breathe-ecosystem__links a:hover{
  border-bottom-color: rgba(255,255,255,.65);
}

.breathe-ecosystem__note{
  opacity: .9;
  font-size: .95em;
}
