@media only screen and (max-width: 734px) {
	.typography-router-tile-full-headline {
		font-size: 29px;
	}
}

.section-hero .intro-wrapper .pro-display-xdr-wrapper .intro {
	max-width: 347px;
}

@media only screen and (max-width: 1068px) {
	.section-hero .intro-wrapper .pro-display-xdr-wrapper .intro {
		max-width: 300px;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .intro-wrapper .pro-display-xdr-wrapper .intro {
		max-width: 312px;
	}
}

/* start of compare section stands */
.section-compare .compare-table .studio-display-xdr .studio-display-xdr-stands {
	display: flex;
	align-items: center;
	height: 40px;
}

@media only screen and (max-width: 734px) {
	.section-compare .compare-table .studio-display-xdr .studio-display-xdr-stands {
		height: 60px;
	}
}
/* start of compare section stands */

/* start of studio display note caption */
.section-compare .compare-table .studio-display .studio-display-stands.note-caption {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 430px) {
	.section-compare .compare-table .studio-display .studio-display-stands.note-caption {
		height: 80px;
	}
}
/* end of studio display note caption */
