#hero {
  padding: 6rem 2rem 2rem;
  text-align: center;
  h1 {
    margin: 0 0 1.5rem;
    font-size: clamp(2.5rem, 7vw - .3rem, 3.7rem);
  }
  blockquote {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: .5rem;
    max-width: 40rem;
    margin: 0 auto;
    font-size: clamp(1.1rem, .9vw + .86rem, 1.4rem);
    font-style: italic;
    text-align: left;
    color: #57606f;
    &::before {
      content: "\201C";
      flex: none;
      font-size: 3rem;
      font-style: normal;
      font-weight: 700;
      line-height: 1;
      color: #7c3aed;
    }
  }
}

#saas-roundup-cta {
  max-width: 45rem;
  margin: 0 auto 4rem;
}
