.section-blockquote {
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
}

.section-blockquote__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-blockquote__container .title {
  display: block;
  max-width: 45rem;
  color: rgba(var(--color-foreground));
  margin: 0;
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.88rem;
  letter-spacing: -0.48px;

  & h2,
  & p {
    margin: 0;
  }

  @media (min-width: 750px) {
    font-size: 6.4rem;
    line-height: 5.76rem;
    letter-spacing: -1.28px;
    max-width: 90rem;
  }
}