.color-link_all {
    color: #4db051;
}
.table-style_all{
    width: 100%;
    border: 2px #f2f6fb solid;
}
.list-li__circle{
    position: relative;
    margin-bottom: 5px;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    margin-left: 16px;
}
.list-li__circle:before {
    position: absolute;
    top: 10px;
    left: -15px;
    width: 5px;
    height: 5px;
    content: '';
    background-color: #4db051;
    border-radius: 50%;
}
.fw-container__step__form__design-btn__label .js-text_call{
    width: 130px !important;
}
.fw-container__step__form__design-btn__label:hover:after{
    height: 100% !important;
}
.review__img img{
    max-width: 100%;
    max-height: 100%;
}
.review-content__main ul{
    list-style: disc;
    padding-left: 20px;
}
.review-content__main i{
    font-style: italic;
}