.text-paragraph h2 {
  color: rgb(var(--color-base-accent-1));
}

.text-paragraph p {
  font-size: 1.4rem
}

.text-paragraph p + .button {
  margin-top: 1.5rem;
}