  .adjust {
      height: 112px;
  }

  .hero {
      width: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../image/index-hero.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 25dvh;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .free-initiatives {
      background: white;
  }

  .pdf{
    width: 100%;
    height: 600px;
  }

  @media (max-width:992px) {
      .adjust {
          height: 70px;
      }
  }