.wrapper-popup-help {
    position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: #000000db;
      z-index: 500;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: white;
    font-family: 'Courier New', Courier, monospace;

}

.wrapper-popup-help-content {
    background-color: var(--bg-blue);
    padding: 50px 50px;
    font-size: 20px;
}

.popup-title {
    font-size: 48px;
    font-weight: 500;
}

.section-title {
    font-size: 32px;
    margin-top: 30px;
}

ul {
    list-style: '- ';

}

li {
    padding: 10px 5px;
}
