body {
    overflow: hidden;
}

.help-main {
    padding-left: 230px;
    height: 100vh;
    background: #f6f7f8;
    overflow: auto;
}

.help-content {
    padding-top: 100px;
    padding-left: 150px;
    padding-right: 12px;
    width: 70%;
}

.help-top-row {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 860px;
    padding-bottom: 25px;
}

.help-title {
    margin: 0 0 18px;
    font-size: 61px;
    line-height: 1.05;
}

.help-back-button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
}

.help-back-button:hover {
    transform: translateX(-2px);
}

.help-content p {
    margin: 0 0 20px;
    max-width: 920px;
    color: #2a3647;
    font-size: 16px;
    line-height: 1.4;
}

.help-content h2 {
    margin: 10px 0 18px;
    font-size: 27px;
    line-height: 1.1;
}

.help-content h3 {
    margin-block-end: 0;
    font-size: 20px;
    line-height: 1.15;
}

.help-content a {
    color: rgb(0, 128, 255);
    text-decoration: none;
}

.help-content a:hover {
    text-decoration: underline;
}

.help-steps {
    margin: 0;
    padding-left: 40px;
    max-width: 940px;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 30px;
}

.help-steps li {
    margin-bottom: 18px;
    color: #000;
}

.help-steps li::marker {
    font-size: 24px;
    font-weight: 700;
}

.help-steps p {
    margin: 0;
}