h2,h1 {
    font-family: var(--ff-heading);
  }
  
  h4 {
    font-family: var(--ff-text);
    font-weight: 700;
  }
  
  .hero_container {
    padding: 3rem 0;
  }

  #privacy-policy-link{
    text-decoration: none;
  }
  
  .impact_text {
    font-family: var(--ff-text);
    font-size: 14px;
    line-height: 25px; /* 138.889% */
    color: black;
  }
  
  @media (min-width: 992px) {
    .hero_container {
      padding: 5rem 0;
    }
  }
  
  @media (min-width: 1200px) {
    .impact_text {
      font-size: 18px;
    }
  }