.ws-web__row {
    display: flex;
    margin-bottom: 18px
}

.ws-web__row__l {
    width: 7%
}

.ws-web__row__r {
    font-size: 18px;
    line-height: 28px;
    width: 93%
}

.ws-web__row__img {
    background-image: url(../cdn.bminception.com/images/SVG/icons_plus.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30px;
    width: 24px
}

@media only screen and (max-width:1200px) {
    .ws-web__row__l {
        width: 10%
    }
    .ws-web__row__r {
        width: 90%
    }
}

@media only screen and (max-width:960px) {
    .ws-web__row__l {
        width: 7%
    }
    .ws-web__row__r {
        font-size: 16px;
        line-height: 24px;
        width: 93%
    }
}

@media only screen and (max-width:640px) {
    .ws-web__row__l {
        width: 12%
    }
    .ws-web__row__r {
        width: 88%
    }
}


/*# sourceMappingURL=ws-web-bas.css.map*/