.page-cover__label h1{
	margin: 0;
	font-weight: 400;
	font-size: clamp(64px,5vw,96px); 
}

.hero__title h1{
	margin: 0; 
	font-weight: 400;
	font-size: clamp(64px,5vw,96px);
	line-height: 95%; 
}
.project-info__title h1{
	font-weight: 700;
	font-size: clamp(40px,3.3333333333vw,64px);
	margin: 0;
}
.author--big .author__name{
	margin-top: 0;
}
.quiz__cta .quiz__header{
	margin: 0 0 30px;
	font-weight: 500;
	font-size: 30px;
	line-height: 110%;
	letter-spacing: -.02em; 
}

/*изображения*/
.project-master-plan__image{
	height: unset !important;
}
.project-master-plan__image img{
	height: auto !important;
}