body { -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
.image {
    text-align: center;
}
.text{
    font-size: 1em; 
    line-height: 1.4;
    width: 1500px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
}
@media only screen and (max-width: 600px) {
    .text{font-size: 0.7em; width: 300px; height: 400px;}
  }
