section {
    background: url(/assets/images/website\ images-2.png) no-repeat;
    background-size: cover;
    padding: 5em 8% 5em;
    opacity: 0.8;
  }

  h1 {
    text-align: center;
    color: wheat;
  font-size: clamp(2.4rem, 5vw, 3rem);
  margin-bottom: 0.3em;

  }

  h2 {
    margin: 2em 0 0.5em;
    font-size: 1.8rem;
    color: wheat;
  }

  h3 {
    margin-top: 0.4em;
    font-size: 1.3rem;
    color: wheat;
  }

  p {
    color: wheat;
    font-size: 1.1rem;
    line-height: 1.5;
  }