
.features-header {
    background: url('../images/discoverManage/cover2_2x.jpg') center;
    background-size: cover;
    height: 500px;
}
.features-header .inner {
    width: 100%;
    max-width: 700px;
    font-family: MuseoSans, Helvetica, Arial;
    margin: 0 auto;
    padding: 100px 0 60px 0;
    color: #fff;
    text-align: center;
}
.features-header h1 {
    font-size: 56px;
    font-weight: 100;
    line-height: 1.3em;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.features-header h2 {
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0 30px 0;
    line-height: 1.5em;
}
.features-header h2.gras {
    font-weight: 700;
}
.features-header .button {
    width: 150px;
    margin: 0 10px;
}

.features-section .graphs-block-manage {
    margin-top:30px;
    margin-bottom:30px;
}

.features-section {
    margin: 35px auto;
}


@media screen and (max-width: 640px) {
    .features-header .inner {
        padding: 40px 0 30px 0;
    }
    .features-header h1 {
        font-size: 38px;
    }
    .features-header h2 {
        margin-bottom: 30px;
    }

    .features-section .graphs-block img {
        display: none;
    }

    .features-section .button {
        display: block;
        margin: 0 auto 20px auto;
    }

    .features-section img{
        max-width: 100%;
    }
}
