.page-shell main {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.navbar-padding {
	margin-top: 60px;
}

.carousel-container {
	padding: 24px;
	max-width: 960px;
}

.hero-icon {
	width: 72px;
	height: 72px;
	border-radius: 18px;
}

.hero-title {
	font-size: 1.5rem;
	font-weight: 400;
	color: black;
	text-shadow: none;
}

.hero-content {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 4px;
}

.hero-content h1 {
	margin: 0;
}

.pill-button.primary {
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
