.hero-section {
  background:  url("/static/images/impact/impact-bg.1a52b2444c67.webp") no-repeat center center;
  background-size: cover;
  height: 60vh;
  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: 64px;
  font-weight: 700;
    line-height: 79px;
    max-width: min(1000px, 70%);
    justify-self: center;
}


.section{
  
  margin: 0 auto;
  padding: 100px 20px 72px;
  background: #031227; 
}

.section h3{
  margin: 0 0 25px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing:.2px;
  font-family: "Kufam", sans-serif;
  color: #fff;
  text-align: start;
  padding: 50px;
}

.p-wrap p{
  margin: 0 auto 36px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  font-family: "Cairo", sans-serif;
  padding: 0 50px 0 50px;
}

.p-wrap ul, ol {
  padding: 0 80px 0 80px;
}

.update-body {
    margin: 0 auto 36px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  font-family: "Cairo", sans-serif;
      background-color: #0a2841;
    padding: 50px 0 50px;
    border-radius: 20px;
}

.p-wrap{
  margin: 0 auto;
  padding: 30px 16px;
  max-width: min(1350px, 90%);
}

@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 48px;
  }

  .section h3{
    padding: 0px;
  }

  .p-wrap{
    padding:  0 0 0 0;
  }

  .p-wrap p{
    padding: 0 0 0 0;
  }
  
}

@media (max-width: 520px) {
  .hero-section h1 {
    font-size: 32px;
  }
    
}