.seo-text {
    background: #fafafa;
    padding: 44px 0 68px
}

.seo-text_bg-white {
    background: #fff
}

.seo-text__body {
    color: #171717;
    font-size: .8125rem;
    line-height: 1.8461538462;
    margin-top: 34px
}

.seo-text__body ul {
    list-style-type: none;
    margin-top: 6px;
    padding-left: 0
}

.seo-text__body ul li {
    padding-left: 20px;
    position: relative
}

.seo-text__body ul li:not(:last-child) {
    margin-bottom: 6px
}

.seo-text__body ul li:before {
    background-color: #ff9b40;
    border-radius: 1px;
    content: "";
    display: block;
    height: 6px;
    left: 5px;
    position: absolute;
    top: 10px;
    width: 6px
}

@media only screen and (min-width:62em) {
    .seo-text {
        padding: 96px 0 138px
    }

    .seo-text__body {
        font-size: 1rem;
        line-height: 1.875;
        margin-top: 40px
    }

    .seo-text__body ul li:before {
        top: 13px
    }
}