.block_service {
    overflow: visible;
    padding-bottom: 50px;
}

.features-block {
    padding: 30px 0;
}

.feature-box {
    position: relative;
    margin-bottom: 58px;
    padding-left: 15px;
    padding-right: 30px;
}

.feature-box a {
    color: #61b227;
}

.feature-box h1 {
    position: relative;
    display: inline-block;
    margin: 0 0 20px -15px;
    padding: 0 0 0 15px;
    font-family: 'pf_agora_sans_probold';
    font-size: 32px;
    line-height: 68px;
    color: #FFFFFF;
    letter-spacing: normal;
    border: none;
    background: url("./images/feature_title_middle_bg.png") repeat-x;
    
}
.feature-box h1 span.fbtl {
    position: absolute;
    top: 0;
    left: -4px;
    display: block;
    width: 10px;
    height: 68px;
    background: url("./images/feature_title_left_bg.png") no-repeat;
}
.feature-box h1 span.fbtr {
    position: absolute;
    top: 0;
    right: -35px;
    display: block;
    width: 35px;
    height: 68px;
    background: url("./images/feature_title_right_bg.png") no-repeat;
}
.feature-box p {
    margin: 0;
    font-size: 17px;
    line-height: 22px;
    color: #303131;
}

.feature-box-1 img {
    float: left;
    margin-right: 20px;
}
.feature-box-1 p {
    float: left;
    width: 557px;
}

.feature-box-2 img {
    float: right;
    margin-left: 30px;
}

.feature-box-3 {
    height: 770px;
}
.feature-box-3 img {
    float: left;
    margin-right: 30px;
}
.feature-box-3 p.fbp1 {
    position: absolute;
    width: 485px;
    left: 600px;
}
.feature-box-3 p.fbp2 {
    position: absolute;
    width: 380px;
    top: 290px;
    left: 700px;
}

.feature-box-4 img {
    float: right;
}
.feature-box-4 h1 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.feature-box-last {
    margin-bottom: 30px;
}

.feature-box-5 h1 {
    padding-top: 14px;
    width: 982px;
    height: 140px;
    line-height: 40px;
    background: url("./images/feature_title_middle_big_bg.png") repeat-x;
}
.feature-box-5 h1 span.fbt5l {
    position: absolute;
    top: 0;
    left: -15px;
    display: block;
    width: 15px;
    height: 154px;
    background: url("./images/feature_title_left_big_bg.png") no-repeat;
}
.feature-box-5 h1 span.fbt5r {
    position: absolute;
    top: 0;
    right: -75px;
    display: block;
    width: 75px;
    height: 154px;
    background: url("./images/feature_title_right_big_bg.png") no-repeat;
}

.feature-box-5 p, .feature-box-6 p {
    margin-top: 30px;
}