.titre {
    max-width: 500px;
    margin: auto;
    background: pink;
}
.titre p {
    text-align: center;
}
.titre-1 {

}
.titre p:nth-child(2){
    position: relative;
    left: -10%;
    rotate: -12deg;
}