* { box-sizing: border-box; }
.testo01


{       width:100%; background: #f7f7f7; padding: 40px 40px; box-sizing: border-box;
         font: normal 20px  Verdana, Arial; color: #232323;
         
}


.testo02 {
  padding: 40px;
  background: white;
  font: 16px Georgia, Arial;
  color:#444;
  line-height: 1.6;
}

.testo02 a {
  text-decoration:none;
  font: 16px Georgia, Arial;
  color: #AE5240;
}

.testo02 a:hover { color: #A50D08; }

.testo02 h2 { font-size: 26px; font-weight: normal; }
.testo02 h3 { font-size: 14px; font-weight: normal; }

.testo02 img { border:1px solid  #CFD9DE;  border-radius:10px; max-width:100%; }


@media only screen and (max-width: 400px) {
.testo02 {font: 12px Georgia, Arial; padding: 40px 10px; }
}