#block_home_presse{
 /*   width: 50%;
    display: inline-block;*/
 
   margin-top: 38px;
  margin-bottom: 40px;
}

#presse_wrapper{
    background: url("../img/background_presse.jpg");
    width: 483px;
    height: 240px;
    padding: 20px 40px;
    text-align: center;
  margin: 0 auto;
}
#presse_wrapper #presse_intro{
    color: #ffffff;
    text-align: center;
  
      font-size: 17px;
    margin-top: 24px;
}
#presse_wrapper .title{
    font-size: 38px;
    font-family: "grafolita-script",sans-serif;
    color: #000000;
}
@media (max-width: 768px) {
    #block_home_presse{
        display: none;
    }
}