.wrapper {
    color: #000000;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    font-size: 18px;
    padding-top: 32px;
  }
  .download-btn {
    background: #7653F3;
    color: #FFFFFF;
    padding: 9px 16px;
    border-radius: 6px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 32px;
  }
  .mg {
      margin-top: 32px;
      margin-bottom: 19px;
      font-weight: 700;
  }

  p {
      font-size: 18px;
  }
  h1 {
      font-size: 48px;
      margin-bottom: 12px;
  }

  a {
      color: #1B1F3B;
      text-decoration: none;
  }

  li {
      margin-bottom: 12px;
      font-weight: 400;

  }
  li ul {
      margin-top: 16px;
  }
  ul {
      padding-left: 20px;
      margin-left: 20px;
  }

  a.styled-link {
      text-decoration: underline dotted;
      text-underline-offset: 4px;
  }

  .info-container {
      display: flex;
      align-items: center;
  }
  .info-container img {
      margin-left: 8px;
      cursor: pointer;
  }

  .pop-up-container {
      position: relative;
      display: inline-block; 
  }
 

  .info-popup {
      position: absolute;
      background: #424242;
      border-radius: 3px;
      padding: 5px 12px;
      text-align: center;
      font-size: 12px;
      color: #FFFFFF;
      width: 223px;
      top: -47px;
      left: 50%;
      z-index: 999;
      transform: translate(-50%, -50%);
  }
  .nub-style {
      position: absolute;
      top: -30%;
      left: 50%;
      z-index: 999;
      transform: translate(-50%, -50%);
  }
  img.nub-style {
      margin-left: 4px;
  }