.page-content.home {
	& {
		display: flex;
		justify-content: center;
		height: 100%;
	}
	p {
		margin-top: 1rem;
	}
	& > div {
		max-width: 650px;
		margin: 0;
	}
	.tw-gap-4 {
		gap: 1rem;
	}
	.tw-m-0 {
		margin: 0 !important;
	}
	.logo {
		display: none;
	}
	.hero h1 {
		line-height: 1.0;
	}
	@media (min-width: 768px) {
		& {
			align-items: center;
		}
		.hero h1 {
			font-size: 3rem;
			line-height: 1.1;
		}
		.hero h2 {
			font-size: 1.5em;
		}
		.logo {
			display: block;
		}
	}
}