.intro {
  padding: 4rem 0;

  .image-sticky {
    position: sticky;
    top: 86px;

    .image-text {
      position: absolute;
      left: 0;
      bottom: 0;
      font-family: var(--font-secondary);
      font-size: var(--text-lg);
      font-style: italic;
      padding: 2rem;
      padding-top: 4rem;
      color: oklch(from var(--color-white) l c h / 0.9);
      background: linear-gradient(0deg, oklch(from var(--color-black) l c h / 0.5), transparent);
    }
  }

  .partners-collaborators-list {
    .partner-collaborator {
      border-bottom: 1px solid oklch(from var(--color-greyish-brown) l c h / 0.2);
  
      .image {
        width: 4rem;
        flex-shrink: 0;
      }
    }
  }

  @media (width >= 1200px) {
    padding: 4rem 0 6rem;
  }
}

.published-papers {
  .line {
    width: 100%;
    height: 1px;
    background-color: oklch(from var(--color-greyish-brown) l c h / 0.2);
    margin: 5rem 0 4rem;
  }
}