section.help_layout {
    max-width: 1024px;
    padding: 0 48px;
}

.help_layout .section__heading {
    margin-bottom: 48px;
}

.help-section__toc {
    margin-bottom: 32px;
}

.help-section__toc-item {
    margin-bottom: 16px;
}

.help-section__toc .expand__button {
    text-transform: uppercase;
    text-decoration: none;
    color: var(--text-secondary);
}

.help-section__toc .expand__button:hover {
    text-decoration: none;
    color: var(--text-primary);
}

.help-longread__section .help-detail__main-picture {
    margin-bottom: 48px;
}

.help-detail__article-footer {
    padding-bottom: 48px;
}

@media (max-width: 767px) {
    .help-longread__section.layout_wide {
        padding-bottom: 24px;
    }

    .help_layout .section__heading {
        margin-bottom: 32px;
    }

    .help-longread__section .help-detail__main-picture {
        margin-bottom: 32px;
    }

    .help-detail__article-footer {
        padding-bottom: 32px;
    }

    .help_layout .breadcrumbs {
        display: flex;
    }
}