      .sticky-header-section {
        position: fixed;
        z-index: 10;
        width: 100%;
        background-color: #070059;
      }
      .mobileNavigationMenu {
         display: flex;
          flex-direction: column;
          padding-top: 70px;
          width: 50%;
          padding-left: 20px;
          row-gap: 10px;
          background-color: #828282;
          padding-bottom: 20px;
          display: none;
          position: fixed;
          background-color: #070059;
          z-index: 2;
      }
          .hamburgerMenuSection {
          color: #fff;
          font-size: 24px;
          position: absolute;
          left: 10px;
          top: 10px;
          display: none;
          cursor: pointer;
        }
        .margin-btm-10 {
          margin-bottom: 10px;
        }
        .sub-heading-content {
          font-size: 24px;
          text-align: center;
          font-weight: 700;
        }
        .fontStyle {
          font-weight: 600;
        }
      @media (max-width: 768px) {
        .hamburgerMenuSection {
          display: block;
        }
                .sub-heading-content {
          font-size: 20px;
        }
      }