.hero-section {
  background:  linear-gradient(to bottom, #0212278C, #031328A3), url("/static/images/bylaws/bylaws.c63b2a3fa937.webp") no-repeat center center;
  background-size: cover;
  height: 100vh;
  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: 400;
    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: 37px;
  font-weight: 800;
  text-align: center;
  letter-spacing:.2px;
  font-family: "Kufam", sans-serif;
  color: #73AE28;
}

.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;
  margin-top: -150px;
}

[lang="en"] .p-wrap {
  margin-top: -60px !important;
}

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

.box-image{
  opacity: 0.15;
}


.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;
  }
}