.list-7 ul li a .list-right {
    margin-left: 100px;
}
.list-7 ul li a .list-left {
    margin-left: 0px;
}
.list-7.list-7-blue {
    padding-top: 10px;
}
.list-7 ul li a .list-right .list-title {
    line-height: 150%;
}
.block h2.block-title {
    font-weight: 600;
    position: relative;
    border-bottom: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color:#060;
    font-size: 30px;
}
.block h2.block-title:after {
    content: "";
    width: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 4px solid #005826;
}
.block h2.block-title:before {
    content: "";
    height: 30px;
    border-right: 1px solid #ECECEC;
    position: absolute;
    left: 150px;
    top: 5px;
}
.more-link {
    position: absolute;
    left: 180px;
    top: 10px;
    font-size: 12px;
}