.cta-section {
  background: url('pattern.jpg') 50% no-repeat, #F6F4F0;
  background-size: cover;
  background-blend-mode: multiply;
  text-align: center;
  --page-width: 900px;

  h2 {
    margin-bottom: 2rem;
  }

  p {
    margin-bottom: 4rem;
  }
}
