.block--header-1 h1 {
	font-size: 4em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
	text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
	.block--header-1 h1 {
		font-size: 3em;	
	}
}

@media screen and (max-width: 990px) {
  .block--header-1 h1 {
    font-size: calc(36px + 6 * ((100vw - 256px) / 512));
  }
}