._section_s1xlr_1 {
    display: flex;
    gap: 6.25rem
}

._body-container_s1xlr_6 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

._left-container_s1xlr_12 {
    flex-shrink: 0
}

._text-section_s1xlr_16 {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

._section-title_s1xlr_22 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4em
}

._section-body_s1xlr_28 {
    color: var(--theme-text-secondary);
    line-height: 1.75em
}

._section-body_s1xlr_28 .bold {
    color: var(--theme-text-primary)
}

._section-body_s1xlr_28 ul {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

._section-body_s1xlr_28 li {
    position: relative;
    padding-left: 1rem
}

._section-body_s1xlr_28 li:before {
    content: " ";
    width: .275rem;
    height: .275rem;
    background-color: #fff;
    position: absolute;
    top: .75em;
    left: .125rem;
    border-radius: 999rem
}

@media (max-width: 1500px) {
    ._section_s1xlr_1 {
        gap: 2.5rem
    }
}

@media (max-width: 750px) {
    ._section_s1xlr_1 {
        flex-direction: column-reverse;
        gap: 3.125rem
    }

    ._left-container_s1xlr_12 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    ._section-body_s1xlr_28 {
        font-size: .875rem
    }
}