.hero-section {
  background:  linear-gradient(to bottom, #0212278C, #031328A3), url("/static/images/structure/structure-bg.4b93266f87d1.webp") no-repeat top center;
  background-size: cover;
  height: 70vh;
  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: 1200px;
  margin: 0 auto;
  padding: 48px 20px 72px;
  background: #031227; 
}

.section h2{
  margin: 0 0 8px;
  font-size: 48px;
  font-weight: 400;
  letter-spacing:.2px;
  color: #F3FAFF;
  margin-bottom: 80px;
}

.section p.lead{
  margin: 0 auto 36px;
  max-width: 860px;
  font-size: 21px;
  color: var(--muted);
  text-align: center;
  font-family: "Kufam", sans-serif;
}

/* --- layout --- */
.p-wrap{
  max-width: 1200px;          /* keeps them centered/narrow like the design */
  margin: 0 auto;
  padding: 30px 16px;
  align-content: end;
}


.p-wrap p{
  font-size: 37px !important;
  font-family: "Kufam", sans-serif;
  margin-bottom: 40px;
  
}

.box-image{
  opacity: 0.15;
}

.structure-image {
  z-index: 10;
  position: absolute;
  justify-self: anchor-center;
  width: 40%;
}

.spacer{
    border-top: #020b18 solid 15px;
    height: 35vh;
    background-color: #031227;
}

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