/* Local Overrides */

/*Hero*/
.section-hero
	.section-content
	.hero-slide-wrapper
	.upper-content
	.copy-wrapper
	.hero-headline {
	max-width: 678px;
}
@media only screen and (max-width: 320px) {
	.section-hero
		.section-content
		.hero-slide-wrapper
		.upper-content
		.copy-wrapper {
		bottom: calc(-196px - var(--hero-copy-block-y-adjuster));
	}
}

/* AR copy height */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-ar .logo-ar {
		margin-top: 123px;
		margin-bottom: 16px;
	}
}

/* App Find - More Info */
@media only screen and (min-width: 1069px) {
	.section-more-features
		.section-content
		.typography-site-body
		p:nth-child(2) {
		min-width: 405px;
	}
}

@media only screen and (max-width: 734px) {
	.section-more-features
		.section-content
		.typography-site-body
		p:nth-child(2) {
		min-width: 330px;
	}
}

/* hero */

.section-hero .hero-headline {
	max-width: 15ch;
}

/* tiles */

@media only screen and (min-width: 1069px) {
	.section-tiles .column:last-child .tile-copy {
		max-width: 32ch;
	}
}

/* avail message */

.section-manifesto p.typography-label.copy-avail {
	font-size: 16px;
}
