@charset "UTF-8";
/* !• ——— tablets */

@media screen and (max-width: 1023px) {
	header h1, header h2 {
		font-size: 42px;
		line-height: 56px;
		display: block;
	}
	
	header h2 {
		display: block;
		text-transform: lowercase;
	}
	
	header h2::before {
		content: "";
		margin: 0;
	}
}
