.help .help__col .help__wrap {
    max-height: 130vh;
}

.help .help__col .help__wrap h2, .help .help__col .help__wrap h3 {
    margin-bottom: 15px;
}

.help .help__col .help__wrap ul:not(:last-child) {
    margin-bottom: 1rem;
}

.help .help__col .help__wrap ul:not(:nth-child(1)) {
    margin-top: 1rem;
}

.help .help__col .help__wrap ul li {
    position: relative;
    padding-left: 2.5rem;
    font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: #686A6C;
}

.help .help__col .help__wrap ul li:before {
    top: 0.25rem;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    border: 0.125rem solid #C5DC45;
}

.help .help__col .help__wrap ul li:before, .help .help__col .help__wrap ul li:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.help .help__col .help__wrap ul li:after {
    top: 0.875rem;
    left: 0.625rem;
    width: 0.25rem;
    height: 0.25rem;
    background: #C5DC45;
}

.page__container .article__content {
    margin-bottom: 1rem;
}
