.page-intro {
  text-align: center;
}

.page-intro__description {
  margin-top: 3rem;
}

.page-intro .page-intro__description a {
  color: inherit;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
}

@media screen and (min-width: 768px) {
  .page-intro__description {
    margin-top: 4rem;
  }
}