.not-work{
    background: #f2f2f2;
    padding-bottom: 40px;
    position: relative;
}

.not-work .bad{
    background: url("hand.png");
    width: 175px;
    height: 157px;
    position: absolute;
    top: 140px;
    right: 20px;
}

.not-work .module-header span{
    color: #d02a1e;
}

.not-work ul{
    padding: 0;
    margin: 0;
}

.not-work ul li{
    list-style: none;
    box-sizing: border-box;
    background: url("bad.png") no-repeat left 2px;
    font-size: 20px;
    font-family: din_light;
    padding-left: 48px;
    line-height: 40px;
}

