.bloc-important{
    background-color: var(--fifth-color);
    padding-top: 96px;
    padding-bottom:76px;
}

.bloc-important *{
    color:#FFF
}

.bloc-important h3{
    font-size: 30px;
    line-height: 42px;
    font-weight: 800
}
.bloc-important h4{
    font-size: 24px;    line-height: 32px;

}
.bloc-important p:last-child{
    margin-bottom: 0
}
@media (min-width: 941px) {
    .bloc-important h3{
        font-size: 40px;
    }
}