.transdev-bloc.block-full-width{
    background-position: 89% 150%;
    background-repeat: no-repeat;
    padding-top: 6.8rem;
    padding-bottom: 9rem;
    color:#FFFFFF;
}
.block-full-width h2.block-full-width-content-title{
    font-size: 2.8rem;
    font-weight: bolder;
    padding: 0;
    padding-bottom: 5.7rem;
}
.block-full-width .block-full-width-text-content{
    font-size: 2rem;
    line-height: 2.7rem;
    font-weight: 500;
    max-width: 54.5rem;
}

@media screen and (max-width: 767px) {
    .transdev-bloc.block-full-width{
        background-image: none;
        margin-bottom: 0;
        padding: 6.8rem 0;
    }
    .block-full-width h2.block-full-width-content-title{
        font-size: 7.29vw;
        font-weight: bolder;
        padding: 0;
        padding-bottom: 9.74vw;
    }
    .block-full-width .block-full-width-text-content{
        padding-bottom: 0;
        font-size: 5.21vw;
        line-height: 5.21vw;
        max-width: none;
    }
}