.hero-section {
  background:  url("/static/images/impact/impact-bg.1a52b2444c67.webp") no-repeat center center;
  background-size: cover;
  height: 80vh;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  z-index: 0;
}

.hero-section h1 {
  color: #fff;
  font-family: "Kufam", sans-serif;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 700;
    line-height: 79px;
    max-width: 1300px;
}



.path-section{
    background-color: #1D1F22;
    padding: 20px;
}

.path-section div{
    max-width: 65%;
    padding: 10px var(--gap);
    margin: auto;
}

.path-section p{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    color: #7E8989;
}

.path-section p span{
    color: #0069B4;
}


*{box-sizing:border-box}
body{margin:0; background: #031227; color: #fff;}

.section{
  max-width: 1350px;
  margin: 0 auto;
  padding: 48px 20px 72px;
  background: #031227; 
}

.section h3{
  margin: 0 0 25px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing:.2px;
  color: #fff;
}

.section p{
  margin: 0 auto 36px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}

/* --- layout --- */
.p-wrap{
  margin: 0 auto;
  padding: 30px 16px;
}

.spacer{
    height: 25vh;
    background-color: #031227;
}

@media (max-width:576px){
  .hero-section h1 {
    font-size: 24px;
    line-height: 35px;
    text-align: start;
  }
}