#section-page {
    margin-bottom: 90px;
}

h1.title-block {
    font-size: 36px;
    line-height: 36px;
    text-transform: none;
    margin: 60px 0 0;
}

.desc-text-page {
    font-size: 13px;
    line-height: 1.6em;
    color: #0b3d68;
    padding-top: 30px;
    margin-bottom: 30px;
    min-height: 400px;
}

.desc-text-page ul {
    padding: 20px;
}

ol.indice {
    padding: 0 20px;
    font-size: 20px;
    line-height: 30px;
}

.elem {
    padding-top: 45px;
}

@media (max-width: 767px) {

    #section-page {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    h1.title-block {
        font-size: 24px;
        line-height: 32px;
        margin: 30px 0;
    }

    .desc-text-page {
        padding: 0;
    }

    .desc-text-page h2 {
        font-size: 24px;
        line-height: 32px;
    }

    ol.indice {
        font-size: 16px;
        line-height: 24px;
    }
}