/* Headline line height fix - Start */
.section-hero .headline.typography-child-page-hero-headline {
	line-height: 80px;
}

@media only screen and (max-width: 1068px) {
	.section-hero .headline.typography-child-page-hero-headline {
		line-height: 58px;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .headline.typography-child-page-hero-headline {
		line-height: 48px;
	}
}
/* Headline line height fix - End */
