#wrapper {
    background: #F7F8FA;
}
.b-nojs {
    margin: auto;
    width: 1000px;
    padding: 30px 0 90px;
}
.b-nojs__main-title {
    margin: 48px auto;
    font: 800 38px/48px 'Inter', sans-serif;
    color: #0c7ea8;
    text-align: center;
}
.b-nojs__description {
    margin: auto;
    font: 16px/28px 'Open Sans', sans-serif;
    text-align: center;
    color: #575C63;
}
.b-nojs__item {
    margin: 30px auto;
    width: fit-content;
    padding: 25px 40px;
    background: #FFFFFF 32px 32px / 48px 48px no-repeat;
    border-radius: 10px;
}
.b-nojs__item-text {
    width: 535px;
}
.b-nojs__title {
    padding: 13px 0 13px 67px;
    background: 0 0 / 52px no-repeat;
    font: 800 20px/26px Inter, sans-serif;
    color: #0c7ea8;
}
.b-nojs__list {
    margin: 8px 0 0;
    padding: 25px 50px 30px;
    background: #F0F7FC;
    border-radius: 0 8px 8px 8px;
    list-style-type: decimal;
    font: 400 16px/24px Inter, sans-serif;
    color: #222429;
}
.b-nojs__list span {
    color: #0FA061;
}
