@media (max-width: 1024px) {


  /* CENTRO ---------------------- */

  .centro_sfondo {
    background-image: url("../img/sfondo-tablet.jpg");
    background-size: contain;
    -o-background-size: contain; /* browser opera */
    -moz-background-size: contain; /* browser mozzilla */
  }

  .h1_titolo {
    font-size: 22px;
  }

  .internet_txt {
    line-height: 19px;
  }


  .verifica_titolo {
    font-size: 16px;
}

  /* FINE MEDIA QUERY */

}
