/* Hero */
.typography-hero-headline {
	line-height: 1.15;
}

@media only screen and (max-width: 734px) {
	.typography-hero-headline {
		line-height: 1.175;
	}
}

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

@media only screen and (max-width: 734px) {
	.section-hero .section-content {
		max-width: 340px;
	}
}

/* Avail Message */
.avail-msg {
	margin-top: 24px;
}

/* Beautifully simple */
@media only screen and (max-width: 734px) {
	.section-more-features .body-copy p:nth-child(2) {
		white-space: nowrap;
	}
}
