.pc-hero-title {
	font-family: "Sigmar One", sans-serif;
	font-size: 4rem; 
	font-style: normal; 
	font-weight: 400; 
	line-height: 3.0625rem;
	letter-spacing: initial
}

@media(max-width: 575px) {
	.pc-hero-title {
		font-size: 2.5rem; 
		line-height: 2.5rem;
	}
}