.subpage-hero {
	display: flex;
	align-items: center;
	padding: 0.8rem 0;
	min-height: 100svh;
}
.subpage-hero .cnt {
		width: 100%;
		max-width: 10rem;
		margin: auto;
		text-align: center;
	}
:is(.subpage-hero .cnt) .label {
			color: var(--orange);
			margin-bottom: 0.34rem;
		}
:is(.subpage-hero .cnt) .title {
			color: var(--white);
			margin-bottom: 0.34rem;
		}
:is(.subpage-hero .cnt) .text {
			color: var(--white);
			margin-bottom: 0.34rem;
		}
:is(.subpage-hero .cnt) .button {
			margin: auto;
		}
@media screen and (max-width: 768px) and (orientation: portrait) {
			:is(.subpage-hero .cnt .text) br {
				display: none;
			}
	}
