    
.our-impact-wrap .counter-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 0;
  }
  .our-impact-wrap .counter-wrap > * {
    width: 25%;
  }
  @media (max-width: 1199px) {
    .our-impact-wrap .counter-wrap > * {
      width: 50%;
      margin-bottom: 65px;
    }
  }
  @media (max-width: 767px) {
    .our-impact-wrap .counter-wrap > * {
      margin-bottom: 35px;
    }
  }
  .our-impact-wrap .counter-wrap > * h4 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 25px;
    margin-top: 20px;
  }
  @media (max-width: 1199px) {
    .our-impact-wrap .counter-wrap > * h4 {
      margin-top: 5px;
    }
  }
  @media (max-width: 767.9px) {
    .our-impact-wrap .counter-wrap > * h4 {
      font-size: 15px;
      margin-top: 6px;
    }
  }
  .our-impact-wrap .counter-wrap > * .count {
    font-size: 2.5rem;
    font-weight: 500;
    position: relative;
  }
  .our-impact-wrap .counter-wrap > * .count::after {
    position: absolute;
    content: "+";
    top: -8px;
  }
  @media (max-width: 991.9px) {
    .our-impact-wrap .counter-wrap > * .count::after {
      top: -3px;
    }
  }
  @media (max-width: 991.9px) {
    .our-impact-wrap .counter-wrap > * .count {
      font-size: 2.1875rem;
    }
  }
  @media (max-width: 767.9px) {
    .our-impact-wrap .counter-wrap > * .count {
      font-size: 1.25rem;
      font-weight: 600;
    }
  }
  .our-impact-wrap .counter-wrap > *:first-child {
    padding-left: 0;
  }
  .our-impact-wrap .counter-wrap > *:last-child {
    padding-right: 0;
  }
  @media (max-width: 991.9px) {
    .our-impact-wrap .counter-wrap > * {
      width: 100%;
    }
  }
  .our-impact-wrap .counter-wrap .wrapper figure {
    max-width: 61px;
    max-height: 61px;
    margin: auto;
    margin-bottom: 22px;
  }
  @media (max-width: 767.9px) {
    .our-impact-wrap .counter-wrap .wrapper figure {
      margin-bottom: 12px;
      max-width: 40px;
      max-height: 40px;
  
    }
  }
  @media (max-width: 991.9px) {
    .our-impact-wrap .counter-wrap {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 767.9px) {
    .our-impact-wrap .counter-wrap {
      padding-top: 40px;
    }
  }
  @media (max-width: 767.9px) {
    .our-impact-wrap .ttl-md {
      font-size: 1.75rem;
    }
  }
  @media (max-width: 767.9px) {
    .our-impact-wrap .ttl-md br {
      display: none;
    }
  }
  @media (max-width: 767.9px) {
    .our-impact-wrap {
      padding: 50px 0;
    }
  }