.h1_scheda h1{font-size:1.3em; text-transform:uppercase; color:#222;}

/*
.img-wrap {
	position: relative;

}
.img-wrap::after {
	content: "BOLOGY";
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(80px, 8vw, 80%);
	font-weight: 600;
	color:rgba(255,255,255,.7);
	text-shadow: 5px 5px 5px rgba(100, 100, 100, 0.5);
	pointer-events: none;
}
.img-wrap.img-wrap-small::after {
	font-size: clamp(40px, 8vw, 80%);
}*/