._page_1ne6j_1 {
    padding-top: 10rem;
    padding-bottom: 12rem
}

._bottom-section_1ne6j_6 {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    max-width: 57rem;
    margin-inline: auto;
    margin-top: 12rem
}

._item_1ne6j_15 {
    display: grid;
    grid-template-areas: "icon title" "icon body";
    gap: 1.25rem
}

._item-icon_1ne6j_23 {
    grid-area: icon;
    width: 4rem;
    height: 4rem
}

._item-title_1ne6j_29 {
    grid-area: title;
    font-size: 1.25rem;
    font-weight: 700
}

._item-body_1ne6j_35 {
    grid-area: body;
    color: var(--theme-text-secondary)
}

@media (max-width: 1200px) {
    ._bottom-section_1ne6j_6 {
        margin-top: 8rem
    }
}

@media (max-width: 1000px) {
    ._item_1ne6j_15 {
        row-gap: .5rem
    }

    ._item-title_1ne6j_29 {
        font-size: 1.125rem
    }

    ._item-body_1ne6j_35 {
        font-size: .875rem
    }

    ._item-icon_1ne6j_23 {
        width: 3rem;
        height: 3rem
    }
}

@media (max-width: 750px) {
    ._page_1ne6j_1 {
        padding-top: 5rem;
        padding-bottom: 6rem
    }

    ._bottom-section_1ne6j_6 {
        margin: 0
    }
}