.content-intro {
    padding-top: 10px;
}

.content-intro .titre {
    line-height: 1;
    font-weight: 700;
    font-size: 2.4rem;
}

.content-intro .sous-titre {
    font-weight: 500;
    font-size: 1.8rem;
}

.content-intro p {
    font-size: 18px;
    margin-top: 25px !important;
    font-weight: 300;
}

@media screen and (min-width: 290px) and (max-width: 990px) {
    .content-intro {
        margin-top: 4rem !important;
        margin-bottom: 2rem !important;
    }

    .content-intro .titre {
        font-size: 2rem;
    }

    .content-intro .sous-titre {
        font-size: 1.4rem;
    }
}

