/* Our Impact Section */

    @media (min-width: 1024px) {
        .impact-results {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: right;
            align-items: center;
            align-content: stretch;
            padding-bottom:98px;
          }
          .impact-item {
            display: block;
            flex-grow: 0;
            flex-shrink: 1;
            flex-basis: auto;
            align-self: auto;
          }
          .impact-year {
            margin-right: 32px;
            text-align: right;
          }
          .impact-line {
            margin-right: 35px;
            width: 50px;
          }
          .impact-result-body {
            width:350px;
           }
    }

    @media (max-width: 1024px) {
        .impact-year {
            margin: 0 auto;
            text-align: center;
          }
          .impact-line {
            margin: 0 auto;
            width:90%;
          }
          .impact-result-body {
            max-width: 90%;
            margin: 0 auto;
          }
          .impact-results {
            padding-bottom: 50px;
          }
    }

    .impact-year {
      color: #000;
      font-family: niveau-grotesk,sans-serif;
      font-size: 42px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
    }
    .impact-line {
        height: 1px;
        background: #000;
    }

    .impact-results h3 {
        color: #000;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .impact-results p {
        color: #2B2B2B;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 35px; /* 175% */ 
        letter-spacing: -0.072px;
    }
    .impact-results a {
       color: #2B2B2B;
			 font-style: normal;
    }
