.section-description {
  max-width: 62rem;
  margin: 0 auto 2.5rem;
  text-align: center;
  font-weight: 300;

  p {
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: -0.01875rem;
    text-align: center;

    @media screen and (min-width: 1024px) {
      font-size: 1.875rem;
    }
  }
}