.h1_home{
  font-size: 80px;
}

.polozka_rozdelovnik_home_nazev{
  line-height: 40px;	
}

@media only screen and (max-width: 1370px) {	 /*full HD tablet - vetsinou do 1280* | od tp bylo - 1230 | 1290 */
.h1_home{
    font-size: 38px;
    line-height: 50px;
 }
}

@media only screen and (max-width: 650px) {
.h1_home {
    font-size: 30px;
    line-height: 40px;
  }
}